From f83e4f74345d12bafa80b4b1b3c12ce56590f9dd Mon Sep 17 00:00:00 2001 From: Mario Pesch Date: Thu, 11 Apr 2024 15:19:56 +0200 Subject: [PATCH] update Espressif bsp url --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 678ddeb..ba82951 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,9 @@ ENV ARDUINO_CLI_VERSION=0.35.3 \ SENSEBOXCORE_VERSION=2.0.0 \ ARDUINO_SAMD_VERSION=1.8.13 \ ARDUINO_AVR_VERSION=1.8.5 \ - ESP32_VERSION=2.0.9 \ + ESP32_VERSION=2.0.15 \ SENSEBOXCORE_URL=https://raw.githubusercontent.com/mariopesch/senseBoxMCU-core/master/package_sensebox_index.json \ - ESP32CORE_URL=https://mariopesch.github.io/sensebox-esp32-dev/package_esp32_index.json \ + ESP32CORE_URL=https://espressif.github.io/arduino-esp32/package_esp32_index.json \ SSD1306_PLOT_LIBRARY_URL=https://github.com/sensebox/SSD1306-Plot-Library/archive/refs/tags/v1.0.0.zip \ SENSEBOX_LIBWEB_URL=https://github.com/sensebox/sensebox-libweb/archive/refs/heads/master.zip \ SDS011_LIBRARY_URL=https://github.com/sensebox/SDS011-select-serial/archive/refs/heads/master.zip \