mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 18:59:56 +00:00
9 lines
276 B
Bash
Executable File
9 lines
276 B
Bash
Executable File
set -e
|
|
|
|
echo "building for t-echo"
|
|
pio run --environment t-echo
|
|
|
|
echo "Converting to uf2 for NRF52 Adafruit bootloader - double tap on the reset button to force bootloader entry"
|
|
bin/uf2conv.py .pio/build/t-echo/firmware.hex -f 0xADA52840
|
|
cp flash.uf2 /media/kevinh/FTH*BOOT/
|