@ -13,9 +13,9 @@ I started this project back in october 2019 and never expected it to become that
* Partition-layout for ESP32 is changed along with this branch. This step was necessary in order to resize (enlarge) the memory-region where especially the assignments for the RFID-tags are saved. As all permanent settings (e.g. WiFi-settings) are saved there too, it's necessary to re-enter WiFi-credentials after update. But the most important thing is to recover the assignments for the RFID-tags. Please consult my [migration-document](https://forum.espuino.de/t/wechsel-zum-refactoring-branch-was-ist-zu-beachten/510).
* Partition-layout for ESP32 is changed along with this branch. This step was necessary in order to resize (enlarge) the memory-region where especially the assignments for the RFID-tags are saved. As all permanent settings (e.g. WiFi-settings) are saved there too, it's necessary to re-enter WiFi-credentials after update. But the most important thing is to recover the assignments for the RFID-tags. Please consult my [migration-document](https://forum.espuino.de/t/wechsel-zum-refactoring-branch-was-ist-zu-beachten/510).
## Changelog
## Changelog
Last three events:
Last three events:
* 13.07.2021: Adding OTA-support via webGUI
* 09.07.2021: Making branch `refactoring` the new master
* 09.07.2021: Making branch `refactoring` the new master
* 09.07.2021: Making master new branch `old` (not maintained any longer!)
* 09.07.2021: Making master new branch `old` (not maintained any longer!)
* 08.07.2021: Added support to monitor WiFi's RSSI
## Known bugs
## Known bugs
* Some webstreams don't run. Guess it's a combination of saturated connection-pool and lack of heap-memory. Works probably better if ESP32-WROVER (e.g. Lolin D32 pro) is used, as this chip has PSRAM. Advice: Don't enable modules (e.g. MQTT) if you don't need them as this could save memory (and trouble).
* Some webstreams don't run. Guess it's a combination of saturated connection-pool and lack of heap-memory. Works probably better if ESP32-WROVER (e.g. Lolin D32 pro) is used, as this chip has PSRAM. Advice: Don't enable modules (e.g. MQTT) if you don't need them as this could save memory (and trouble).
constchareraseRfidNvsWeb[]PROGMEM="<p>Die NVS-RFID-Zuweisungen werden gelöscht...<br />Zur letzten Seite <a href=\"javascript:history.back()\">zurückkehren</a>.</p>";
constchareraseRfidNvsWeb[]PROGMEM="<p>Die NVS-RFID-Zuweisungen werden gelöscht...<br />Zur letzten Seite <a href=\"javascript:history.back()\">zurückkehren</a>.</p>";
constchareraseRfidNvs[]PROGMEM="NVS-RFID-Zuweisungen werden gelöscht...";
constchareraseRfidNvs[]PROGMEM="NVS-RFID-Zuweisungen werden gelöscht...";
constcharotaNotSupported[]PROGMEM="Firmware-update wird von diesem ESPuino nicht unterstuetzt!";
constcharotaNotSupportedWebsite[]PROGMEM="<p>Firmware-update wird von diesem ESPuino nicht unterstuetzt!<br />Zur letzten Seite <a href=\"javascript:history.back()\">zurückkehren</a>.</p>";
constchareraseRfidNvsWeb[]PROGMEM="<p>NVS-RFID-assignments are being deleted...<br />Back to <a href=\"javascript:history.back()\">last page</a>.</p>";
constchareraseRfidNvsWeb[]PROGMEM="<p>NVS-RFID-assignments are being deleted...<br />Back to <a href=\"javascript:history.back()\">last page</a>.</p>";
constchareraseRfidNvs[]PROGMEM="NVS-RFID-assignments are being deleted...";
constchareraseRfidNvs[]PROGMEM="NVS-RFID-assignments are being deleted...";
constcharotaNotSupported[]PROGMEM="Firmware-update isn't supported by this ESPuino!";
constcharotaNotSupportedWebsite[]PROGMEM="<p>FFirmware-update isn't supported by this ESPuino!<br />Back to <a href=\"javascript:history.back()\">last page</a>.</p>";