]> git.tnoah.ca Git - lora-radio.git/commitdiff
Fixed T-Echo build paths
authorMark Qvist <mark@unsigned.io>
Thu, 16 Jan 2025 08:46:30 +0000 (09:46 +0100)
committerMark Qvist <mark@unsigned.io>
Thu, 16 Jan 2025 08:46:30 +0000 (09:46 +0100)
Makefile

index 6ec4d8af93bec4888002ee91b918f46007229611..6e5d6ad67086c45d8373322eb9abcf8efa30797f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -473,5 +473,5 @@ release-heltec_t114:
 
 release-techo:
        arduino-cli compile --log --fqbn adafruit:nrf52:pca10056 -e --build-property "compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x44\""
-       cp build/adafruit.nrf52.HT-pca10056/RNode_Firmware.ino.hex build/rnode_firmware_techo_t114.hex
-       adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application build/rnode_firmware_techo_t114.hex Release/rnode_firmware_techo_t114.zip
+       cp build/adafruit.nrf52.pca10056/RNode_Firmware.ino.hex build/rnode_firmware_techo_t114.hex
+       adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application build/rnode_firmware_techo_t114.hex Release/rnode_firmware_techo.zip