]> git.tnoah.ca Git - lora-radio.git/commitdiff
Updated makefile
authorMark Qvist <mark@unsigned.io>
Tue, 1 Nov 2022 21:36:21 +0000 (22:36 +0100)
committerMark Qvist <mark@unsigned.io>
Tue, 1 Nov 2022 21:36:21 +0000 (22:36 +0100)
Makefile

index 8c720938d3989403689e4abe0e16c2d7ab638a9f..b05ae504720b5ed7465265c29e25dc37cc5b2f8a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ all: release
 
 clean:
        -rm -r ./build
+       -rm ./Release/rnode_firmware*
 
 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
        @sleep 1
        rnodeconf /dev/ttyUSB1 --firmware-hash $$(./partition_hashes ./build/esp32.esp32.ttgo-lora32/RNode_Firmware.ino.bin)
-       
+
 upload-rnode_ng_21:
        arduino-cli upload -p /dev/ttyACM1 --fqbn esp32:esp32:ttgo-lora32
        @sleep 1