diff --git a/README.md b/README.md
index 0118d68..1430809 100644
--- a/README.md
+++ b/README.md
@@ -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).
## Changelog
Last three events:
+* 13.07.2021: Adding OTA-support via webGUI
* 09.07.2021: Making branch `refactoring` the new master
* 09.07.2021: Making master new branch `old` (not maintained any longer!)
-* 08.07.2021: Added support to monitor WiFi's RSSI
## 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).
## ESPuino - what's that?
diff --git a/changelog.md b/changelog.md
index aba272d..550f974 100644
--- a/changelog.md
+++ b/changelog.md
@@ -8,6 +8,7 @@
* 08.07.2021: Added support to monitor WiFi's RSSI
* 09.07.2021: Making branch `refactoring` the the master
* 09.07.2021: Making master the new branch `old` (not maintained any longer!)
+* 13.07.2021: Adding OTA-support via webGUI
## Old (monolithic main.cpp)
* 11.07.2020: Added support for reversed Neopixel addressing.
diff --git a/html/management_DE.html b/html/management_DE.html
index ded8547..6ad0c95 100644
--- a/html/management_DE.html
+++ b/html/management_DE.html
@@ -484,6 +484,18 @@
+
+
+