diff --git a/docs/EN/quickstart.md b/docs/EN/quickstart.md index 9e54658e..8896aad7 100644 --- a/docs/EN/quickstart.md +++ b/docs/EN/quickstart.md @@ -15,7 +15,7 @@ These quickstart instructions are for users who are familiar with installing and 1. *Olimex ESP32-POE-ISO* for the ESP32-based Olimex POE ISO 1. *Arduino Due (Programming Port)* for the Arduino Due. **Do not use the Native USB Port here**! 1. Again, go to ***Tools/Board*** and select the proper upload speed (460800 for ESP32, 115200 for Arduino Due). -1. For ESP32-based microcontrollers, again, go to ***Tools/Board*** and select "Minimal SPIFFS (Large APPS with OTA)" for partition scheme (**do not confuse this with the similar "Minimal" partition scheme** which is different and not working in our case). **If you don't set the correct parition scheme, the firmware will not fit into the ESP32!** +1. For ESP32-based microcontrollers, again, go to ***Tools/Partition Scheme*** and select "Minimal SPIFFS" or for partition scheme (**do not confuse this with the similar "Minimal" partition scheme** which is different and not working in our case). **If you don't set the correct parition scheme, the firmware will not fit into the ESP32!** 1. Go to ***File/Open*** and navigate to the BSB_LAN folder and double-click on `BSB_LAN.ino`. The project will open. 1. Click on the tab with the filename `BSB_LAN_config.h` and configure at least the following: 1. Search for `#define LANG DE`: Change `DE` to `EN` for English, `FR` for French etc. diff --git a/docs/EN/troubleshooting.md b/docs/EN/troubleshooting.md index 2e346872..1bf1443e 100644 --- a/docs/EN/troubleshooting.md +++ b/docs/EN/troubleshooting.md @@ -12,7 +12,9 @@ The Serial Monitor in the Arduino IDE currently has a bug that allows you to onl --- ## Compiling fails: "Sketch too big" -- [Select the *Minimal SPIFFS (Large APPS with OTA)* partition scheme][SPIFFS] in the Arduino IDE under ***Tools/Partition Scheme***. If you are using over-the-air updates, you have to flash the software once via USB after changing the partition scheme before OTA updates will work again. +- [Select the *Minimal SPIFFS (Large APPS with OTA)* partition scheme][SPIFFS] in the Arduino IDE under ***Tools/Partition Scheme***. +**Attention:** This setting is reset to default when updating the ESP32 framework! +If you are using over-the-air updates, you have to flash the software once via USB after changing the partition scheme before OTA updates will work again. --- ## No access to web-interface anymore