From 78ed13678501d83485412a017de85b017f4fb3fd Mon Sep 17 00:00:00 2001 From: Miroslav Pivovarsky Date: Wed, 20 Nov 2024 21:15:35 +0100 Subject: [PATCH] update readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 867a87f..e33cfcd 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,15 @@ This repository includes source code and firmware releases for the **ESP32-cam** module programmed in the **Arduino IDE**. Currently, several versions of boards built on **ESP32/ESP32S3** processors with a camera chip are supported. You can find a list of supported boards below. Additionally, for each supported board, there is a guide on how to upload the firmware, how to compile code for it, some basic information and a list of known issues for this particular board. This project uses other libraries. It is necessary to install them in the Arduino IDE: -- App [Arduino IDE 2.3.2](https://www.arduino.cc/en/software) -- MCU support [arduino-ESP32 3.0.2](https://github.com/espressif/arduino-esp32) +- App [Arduino IDE 2.3.3](https://www.arduino.cc/en/software) +- MCU support [arduino-ESP32 3.0.7](https://github.com/espressif/arduino-esp32) - ~~Library [ESPAsyncWebSrv 1.2.7](https://github.com/dvarrel/ESPAsyncWebSrv)~~ To version **1.0.3-rc1** - ~~Library [AsyncTCP 1.1.4](https://github.com/dvarrel/AsyncTCP)~~ To version **1.0.3-rc1** -- Library [AsyncTCP 3.1.4](https://github.com/mathieucarbou/AsyncTCP) -- Library [ESPAsyncWebServer 3.0.6](https://github.com/mathieucarbou/ESPAsyncWebServer) -- Library [ArduinoJson 7.1.0](https://github.com/bblanchon/ArduinoJson) +- Library [AsyncTCP 3.2.14](https://github.com/mathieucarbou/AsyncTCP) +- Library [ESPAsyncWebServer 3.3.22](https://github.com/mathieucarbou/ESPAsyncWebServer) +- Library [ArduinoJson 7.2.1](https://github.com/bblanchon/ArduinoJson) - Library [UniqueID 1.3.0](https://github.com/ricaun/ArduinoUniqueID) -- Library [DHTnew 0.4.20](https://github.com/RobTillaart/DHTNew) +- Library [DHTnew 0.4.21](https://github.com/RobTillaart/DHTNew) What we need for functionality: - Supported versions of boards built on **ESP32/ESP32-S3** processors with a camera [here](#supported_boards)