Update README.md

Arduino ESP32 core V3.0 and newer no more supported.
This commit is contained in:
Doctor Volt
2025-05-12 18:09:58 +02:00
committed by GitHub
parent bc29f15bf3
commit 9426f65ea5
+1 -1
View File
@@ -13,7 +13,7 @@ A browser-based user interface written in HTML an Java Script allows to operate
<img src="./images/onion480x480.PNG">*Web interface of Blu-ray microscope, showing onion cells*</img>
## Important Note
**The ESP32 API has changed from versions 2.X (based on ESP-IDF 4.4) to version 3.0 (based on ESP-IDF 5.1) of the Arduino ESP32 core. Use version 2.X or try the migrated branch.
**The ESP32 API has changed from versions 2.X (based on ESP-IDF 4.4) to version 3.0 (based on ESP-IDF 5.1) of the Arduino ESP32 core. Only compiles against version 2.X.
Find more information here: [Migration from 2.x to 3.0](https://docs.espressif.com/projects/arduino-esp32/en/latest/migration_guides/2.x_to_3.0.html)**
---