mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
also build uf2 for t1000e
This commit is contained in:
parent
8a360bcc30
commit
d48bc3a2f1
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
|
@ -57,8 +57,8 @@ build_firmware() {
|
|||
pio run -t mergebin -e $1
|
||||
fi
|
||||
|
||||
# build .uf2 for RAK_4631
|
||||
if [[ $1 == *"RAK_4631"* ]]; then
|
||||
# build .uf2 for RAK_4631 and t1000e
|
||||
if [[ $1 == *"RAK_4631"* || $1 == *"t1000e"* ]]; then
|
||||
python bin/uf2conv/uf2conv.py .pio/build/$1/firmware.hex -c -o .pio/build/$1/firmware.uf2 -f 0xADA52840
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue