annotate ostc4pack/step0_copy_release.bat @ 392:b57f497726f7 ImproveBluetooth

Bugfix negativ ascend bar: Due to floating <> int conversion a value < 1 will result in a small bar in negativ direction if close to surface => display only ascend rates > 1m per minute
author ideenmodellierer
date Tue, 26 Nov 2019 18:13:26 +0100
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