mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 01:42:15 +00:00
add a script for testing release builds
This commit is contained in:
parent
ef37f955c3
commit
2c9c5991a0
6
bin/program-release-universal.sh
Executable file
6
bin/program-release-universal.sh
Executable file
@ -0,0 +1,6 @@
|
||||
|
||||
set -e
|
||||
|
||||
source bin/version.sh
|
||||
|
||||
esptool.py --baud 921600 write_flash 0x10000 release/latest/bins/universal/firmware-tbeam-$VERSION.bin
|
Loading…
Reference in New Issue
Block a user