mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2024-07-02 14:34:13 +02:00
Updated makefile
This commit is contained in:
parent
08620a0868
commit
65203233d3
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…
Reference in New Issue
Block a user