annotate ostc4pack/step0_copy_release.bat @ 877:a0900e4df15c Evo_2_23 tip

DevBugfix: Exit condition deco_stop_depth deco_stop_depth is defined as float but handled like an integer. During code cleanup this was not considered for the break condition of the VPM calculation loop causing an endless loop condition. The legacy format has been restored in the updated version.
author Ideenmodellierer
date Tue, 20 Aug 2024 15:18:43 +0200
parents fd47e5631b9d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
266
fd47e5631b9d Added batch to copy bins from release folder
ideenmodellierer
parents:
diff changeset
1 copy ..\..\OSTC4_Firmware\Release\OSTC4_Firmware.bin OSTC4_Firmware.bin /V /Y
fd47e5631b9d Added batch to copy bins from release folder
ideenmodellierer
parents:
diff changeset
2 copy ..\..\OSTC4_RTE\Release\OSTC4_RTE.bin OSTC4_RTE.bin /V /Y
fd47e5631b9d Added batch to copy bins from release folder
ideenmodellierer
parents:
diff changeset
3