From 3b733779713bfa6b90f31ef986c7f34683a189ad Mon Sep 17 00:00:00 2001 From: BjoernLuig Date: Tue, 5 Nov 2024 09:35:03 +0100 Subject: [PATCH 1/2] added arduino low power --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9e0eb96..ccddfb9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -107,6 +107,7 @@ RUN arduino-cli lib install "STM32duino VL53L8CX" RUN arduino-cli lib install "Adafruit ICM20X" RUN arduino-cli lib install "NeoGPS" RUN arduino-cli lib install "Adafruit NeoMatrix" +RUN arduino-cli lib install "Arduino Low Power" WORKDIR /app From f21daabb20ee0e57bf90f4bd6dffd628679a761e Mon Sep 17 00:00:00 2001 From: Mario Pesch Date: Mon, 11 Nov 2024 15:49:29 +0100 Subject: [PATCH 2/2] update plot library --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ccddfb9..570b4f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV ARDUINO_CLI_VERSION=0.35.3 \ ESP32_VERSION=2.0.17 \ SENSEBOXCORE_URL=https://raw.githubusercontent.com/mariopesch/senseBoxMCU-core/master/package_sensebox_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 \ + SSD1306_PLOT_LIBRARY_URL=https://github.com/sensebox/SSD1306-Plot-Library/archive/refs/tags/v1.1.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 \ RTC_LIBRARY_URL=https://github.com/sensebox/RV8523-RTC-Arduino-Library/archive/refs/heads/main.zip \