annotate ostc4pack/step0_copy_bins.bat @ 855:012f94ec2fe0 Evo_2_23

Redefine Deco gas creation function: The old function needed a lot of iteration to get through all gases. With the change to define the first gas in PSCR mode as deco gas for calculation (because the actual gas could be not breathable close to surface => deco planing would be based on > 80% nitrogen increasing the deco prediction higher than necessary) the need showed up to somehow define the first gas as deco gas. Instead of manipulating the gas attribute the deco list creation function was changed to create the list based on gas line pointer information instead of index lists. The new function needs less iterations for sorting and is more flexible regarding gas handling.
author Ideenmodellierer
date Mon, 18 Mar 2024 21:52:25 +0100
parents 85ba20760ad4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
587
85ba20760ad4 update ostc4pack sample files
heinrichsweikamp
parents: 82
diff changeset
1 copy ..\RefPrj\Firmware\Release\OSTC4_Firmware.bin OSTC4_Firmware.bin /V /Y
85ba20760ad4 update ostc4pack sample files
heinrichsweikamp
parents: 82
diff changeset
2 copy ..\RefPrj\RTE\Release\OSTC4_RTE.bin OSTC4_RTE.bin /V /Y
85ba20760ad4 update ostc4pack sample files
heinrichsweikamp
parents: 82
diff changeset
3 copy ..\RefPrj\FontPack\Release\OSTC4_FontPack.bin OSTC4_FontPack.bin /V /Y
60
96026ba1834f more language updates
heinrichsweikamp
parents:
diff changeset
4