|
| 1 | +------------------------------------------------- |
| 2 | +Changes in release mega-20200721 (since mega-20200720) |
| 3 | +------------------------------------------------- |
| 4 | + |
| 5 | +Release date: di 21 jul 2020 11:23:15 CEST |
| 6 | + |
| 7 | +Gijs Noorlander (22): |
| 8 | + [WiFi] Reduce wifi reset calls and call full wifi init at reset |
| 9 | + [WiFi] Add timeout to get out of incorrect WiFi.connected() state |
| 10 | + [WiFi] Convert bit-wise operations to use bitSet/bitClear/bitRead |
| 11 | + [WiFi] No longer rely on WiFi.isConnected() |
| 12 | + [WiFi] Detect and work around missing events |
| 13 | + Fix issue where task name / task var name was incorrect |
| 14 | + Reduce minimal OTA build slightly |
| 15 | + [WiFi] Small fixes for WiFi related code |
| 16 | + [ESP32] Fix build error on ESP32 |
| 17 | + [WiFi] Clear event callback on ESP32 + correct order of log/disconnect |
| 18 | + [PIO] revert custom_beta env to stage core lib |
| 19 | + [PIO ESP32] Update to latest Platformio [email protected] |
| 20 | + [ESPEasy p2p] Reload UDP port settings when changed |
| 21 | + [UDP] Reduce max UDP packet size |
| 22 | + [NTP] After timeout or receiving invalid packet, port could be held |
| 23 | + [Syslog] Add custom port to the syslog IP (#1258) |
| 24 | + [Docs] Update docs related to p2p UDP port no longer need reboot |
| 25 | + [UDP p2p] Fix crash on ESP32 where UDP is started before connected |
| 26 | + [ESP32] Recognize last boot state as Deepsleep (#3155) |
| 27 | + [TimeZone] Move timezone configuration line to location settings (#3141) |
| 28 | + [Docs] Document Tools => Advanced Settings |
| 29 | + [WiFi] Copy DNS servers from DHCP when using fixed last octet (#3111) |
| 30 | + |
| 31 | + |
1 | 32 | -------------------------------------------------
|
2 | 33 | Changes in release mega-20200720 (since mega-20200703)
|
3 | 34 | -------------------------------------------------
|
|
0 commit comments