Forráskód Böngészése

added esp32s3 for setup

Andrew Tridgell 3 éve
szülő
commit
b879e068d3
2 módosított fájl, 3 hozzáadás és 1 törlés
  1. 2 0
      RemoteIDModule/Makefile
  2. 1 1
      RemoteIDModule/arduino-cli.yaml

+ 2 - 0
RemoteIDModule/Makefile

@@ -20,6 +20,8 @@ setup:
 	@echo "Installing ESP32 support"
 	@$(ARDUINO_CLI) core update-index --config-file arduino-cli.yaml
 	@$(ARDUINO_CLI) core install esp32:esp32
+	@$(ARDUINO_CLI) core update-index --config-file arduino-cli.yaml
+	@$(ARDUINO_CLI) core install esp32:esp32
 
 ..esp32.esp32.$(CHIP).bin: *.cpp *.ino *.h
 	@echo "Building main binary"

+ 1 - 1
RemoteIDModule/arduino-cli.yaml

@@ -1,3 +1,3 @@
 board_manager:
   additional_urls:
-    - https://dl.espressif.com/dl/package_esp32_index.json
+    - https://raw.githubusercontent.com/espressif/arduino-esp32/master/package/package_esp32_index.template.json