From 4a4bd3b5414ff04a9c9fbb3ceae7de6e91d1fef1 Mon Sep 17 00:00:00 2001 From: M-Factory Date: Wed, 28 Jan 2026 00:01:45 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fba8447..6b1b4f9 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ Follow these steps to prepare your Arduino IDE for ESP8266 development: 2. **Select Your Board:** * Go to `Tools > Board` and select your specific board, e.g., **Wemos D1 Mini** (or your ESP8266 variant). 3. **Configure Flash Size:** - * Under `Tools`, select `Flash Size "4MB FS:2MB OTA:~1019KB"`. This ensures enough space for the sketch and LittleFS data. + * Under `Tools`, select `Flash Size "4MB FS:2MB OTA:~1019KB"` or `Flash Size "Mapping defined by Hardware and Sketch"`. This ensures enough space for the sketch and LittleFS data. 4. **Install Libraries:** * Go to `Sketch > Include Library > Manage Libraries...` and install the following: * `ArduinoJson` by Benoit Blanchon @@ -674,5 +674,6 @@ If you'd like to go further, you can also support development through the option +