mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 10:50:40 +00:00
7 lines
117 B
Bash
7 lines
117 B
Bash
|
|
||
|
set -e
|
||
|
|
||
|
source bin/version.sh
|
||
|
|
||
|
esptool.py --baud 921600 write_flash 0x10000 release/firmware-HELTEC-US-$VERSION.bin
|