From 9bd5861a0c7dada8fa2d1af39218e8bc82a99995 Mon Sep 17 00:00:00 2001 From: Miroslav Pivovarsky Date: Mon, 5 Aug 2024 18:23:57 +0200 Subject: [PATCH] updated arduino-esp32 to 3.0.4 --- ESP32_PrusaConnectCam/ESP32_PrusaConnectCam.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32_PrusaConnectCam/ESP32_PrusaConnectCam.ino b/ESP32_PrusaConnectCam/ESP32_PrusaConnectCam.ino index 9fb6ccc..23f9c74 100644 --- a/ESP32_PrusaConnectCam/ESP32_PrusaConnectCam.ino +++ b/ESP32_PrusaConnectCam/ESP32_PrusaConnectCam.ino @@ -12,7 +12,7 @@ - AsyncTCP - LGPL 3.0 - 3.1.4 - https://github.com/mathieucarbou/AsyncTCP - ArduinoJson - MIT - 7.1.0 - https://github.com/bblanchon/ArduinoJson - ArduinoUniqueID - MIT - 1.3.0 - https://github.com/ricaun/ArduinoUniqueID - - arduino-esp32 - LGPL 2.1 - 3.0.3 - https://github.com/espressif/arduino-esp32 + - arduino-esp32 - LGPL 2.1 - 3.0.4 - https://github.com/espressif/arduino-esp32 - DHTnew - MIT - 0.4.20 - https://github.com/RobTillaart/DHTNew Arduino IDE configuration for the MCU are stored in the module_XXX.h file.