From 68349aaa70aff656825357e5e391c367b5452ed9 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 16 Jan 2025 10:19:34 +0100 Subject: [PATCH] Fixed T-Echo build paths --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6e5d6ad..2a244ac 100644 --- 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.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 + cp build/adafruit.nrf52.pca10056/RNode_Firmware.ino.hex build/rnode_firmware_techo.hex + adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application build/rnode_firmware_techo.hex Release/rnode_firmware_techo.zip