Update the packages url

This commit is contained in:
Robert Strouse 2023-12-31 13:34:49 -08:00
parent 763b802d86
commit 51e3e4b15a

View file

@ -5,9 +5,9 @@ on:
types: [published]
env:
ARDUINO_BOARD_MANAGER_ADDITIONAL_URLS: "https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json"
ARDUINO_BOARD_MANAGER_ADDITIONAL_URLS: "https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json"
ARDUINO_CLI_VERSION: "0.x"
ARDUINO_ESP32_VERSION: "2.0.11"
ARDUINO_ESP32_VERSION: "2.0.14"
ARDUINO_JSON_VERSION: "6.21.3"
ESPTOOL_VERSION: "4.7"
LITTLEFS_VERSION: "v2.5.1"