]> git.tnoah.ca Git - lora-radio.git/commitdiff
Updated makefile
authorMark Qvist <mark@unsigned.io>
Fri, 28 Oct 2022 22:54:22 +0000 (00:54 +0200)
committerMark Qvist <mark@unsigned.io>
Fri, 28 Oct 2022 22:54:22 +0000 (00:54 +0200)
Makefile

index 80e97ddca14db818d704e40010e9551c328a0b33..cff724060d7d93660694ef5a70ffff5f30a21f79 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ prep:
 prep-esp32:
        arduino-cli core update-index --config-file arduino-cli.yaml
        arduino-cli core install esp32:esp32
+       arduino-cli lib install "Adafruit SSD1306"
 
 prep-samd:
        arduino-cli core update-index --config-file arduino-cli.yaml
@@ -72,6 +73,9 @@ upload-heltec32_v2:
 upload-rnode_ng_20:
        arduino-cli upload -p /dev/ttyUSB0 --fqbn esp32:esp32:ttgo-lora32
 
+upload-rnode_ng_21:
+       arduino-cli upload -p /dev/ttyACM0 --fqbn esp32:esp32:ttgo-lora32
+
 upload-featheresp32:
        arduino-cli upload -p /dev/ttyUSB0 --fqbn esp32:esp32:featheresp32