From cebe6fc973441bc958fe10e60d2a5aeb029a3f5b Mon Sep 17 00:00:00 2001 From: gkostov Date: Fri, 3 Jan 2025 21:58:03 +0200 Subject: [PATCH] Mention that it only works in Arduino v1 This plugin is not compatible with the new Arduino IDE v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae1f080..c3a4ad9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ and uploads the image to ESP32 flash memory. ## Installation -- Make sure you use one of the supported versions of Arduino IDE and have ESP32 core installed. +- Make sure you use one of the supported versions of Arduino IDE v1 (not the new Arduino IDE v2) and have ESP32 core installed. - Download the tool archive from [releases page](https://github.com/me-no-dev/arduino-esp32fs-plugin/releases/latest). - In your Arduino sketchbook directory, create tools directory if it doesn't exist yet. - Unpack the tool into tools directory (the path will look like ```/Arduino/tools/ESP32FS/tool/esp32fs.jar```).