Pārlūkot izejas kodu

fix: added t114 and t-echo boards to uf2conv release workflow

Rastislav Vysoky 1 gadu atpakaļ
vecāks
revīzija
477f2e1d81
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      build.sh

+ 2 - 2
build.sh

@@ -57,8 +57,8 @@ build_firmware() {
     pio run -t mergebin -e $1
   fi
 
-  # build .uf2 for RAK_4631 and t1000e
-  if [[ $1 == *"RAK_4631"* || $1 == *"t1000e"* ]]; then
+  # build .uf2 for nrf52 boards
+  if [[ $1 == *"RAK_4631"* || $1 == *"t1000e"* || $1 == *"t114"* || $1 == *"T-Echo"* ]]; then
     python bin/uf2conv/uf2conv.py .pio/build/$1/firmware.hex -c -o .pio/build/$1/firmware.uf2 -f 0xADA52840
   fi