mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-06 08:34:58 -04:00
Fixed T-Echo build paths
This commit is contained in:
parent
01e346f21f
commit
3e98ea14d2
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -473,5 +473,5 @@ release-heltec_t114:
|
||||||
|
|
||||||
release-techo:
|
release-techo:
|
||||||
arduino-cli compile --log --fqbn adafruit:nrf52:pca10056 -e --build-property "compiler.cpp.extra_flags=\"-DBOARD_MODEL=0x44\""
|
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
|
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_t114.zip
|
adafruit-nrfutil dfu genpkg --dev-type 0x0052 --application build/rnode_firmware_techo_t114.hex Release/rnode_firmware_techo.zip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue