Skip to content

Commit

Permalink
Updated manual
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore committed Oct 6, 2024
1 parent e98fbbb commit 55424ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/EN/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 3 additions & 1 deletion docs/EN/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55424ae

Please sign in to comment.