fix encoding of sw version numbers in the BLE device info
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
|
||||
set -e
|
||||
|
||||
source bin/version.sh
|
||||
|
||||
esptool.py --baud 921600 write_flash 0x10000 release/firmware-HELTEC-US-$VERSION.bin
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
export VERSION=0.0.5
|
||||
Reference in New Issue
Block a user