mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-09-23 22:14:40 -04:00
Updated makefile
This commit is contained in:
parent
08620a0868
commit
65203233d3
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -2,6 +2,7 @@ all: release
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
-rm -r ./build
|
-rm -r ./build
|
||||||
|
-rm ./Release/rnode_firmware*
|
||||||
|
|
||||||
prep: prep-avr prep-esp32 prep-samd
|
prep: prep-avr prep-esp32 prep-samd
|
||||||
|
|
||||||
|
@ -92,7 +93,7 @@ upload-rnode_ng_20:
|
||||||
arduino-cli upload -p /dev/ttyUSB1 --fqbn esp32:esp32:ttgo-lora32
|
arduino-cli upload -p /dev/ttyUSB1 --fqbn esp32:esp32:ttgo-lora32
|
||||||
@sleep 1
|
@sleep 1
|
||||||
rnodeconf /dev/ttyUSB1 --firmware-hash $$(./partition_hashes ./build/esp32.esp32.ttgo-lora32/RNode_Firmware.ino.bin)
|
rnodeconf /dev/ttyUSB1 --firmware-hash $$(./partition_hashes ./build/esp32.esp32.ttgo-lora32/RNode_Firmware.ino.bin)
|
||||||
|
|
||||||
upload-rnode_ng_21:
|
upload-rnode_ng_21:
|
||||||
arduino-cli upload -p /dev/ttyACM1 --fqbn esp32:esp32:ttgo-lora32
|
arduino-cli upload -p /dev/ttyACM1 --fqbn esp32:esp32:ttgo-lora32
|
||||||
@sleep 1
|
@sleep 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue