From bc29f15bf30f53b22f3ed24078cd83a8ad11cf17 Mon Sep 17 00:00:00 2001 From: Doctor Volt <62021547+michalin@users.noreply.github.com> Date: Mon, 12 May 2025 16:49:37 +0200 Subject: [PATCH] Update README.md No more supported by ESP Arduino core V3.x or newer. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 430f6e3..3d1012a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ Unlike an optical microscope, where the entirely of an object is imaged at once, A browser-based user interface written in HTML an Java Script allows to operate the device over WLAN. *Web interface of Blu-ray microscope, showing onion cells* +## 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. +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)** + --- ## Preparing The Microscope - Enter WLAN SSID and passphrase into the source code file `src.ino` and upload to ESP32 module.