-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
automatically updated release notes for mega-20200721
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,34 @@ | ||
------------------------------------------------- | ||
Changes in release mega-20200721 (since mega-20200720) | ||
------------------------------------------------- | ||
|
||
Release date: di 21 jul 2020 11:23:15 CEST | ||
|
||
Gijs Noorlander (22): | ||
[WiFi] Reduce wifi reset calls and call full wifi init at reset | ||
[WiFi] Add timeout to get out of incorrect WiFi.connected() state | ||
[WiFi] Convert bit-wise operations to use bitSet/bitClear/bitRead | ||
[WiFi] No longer rely on WiFi.isConnected() | ||
[WiFi] Detect and work around missing events | ||
Fix issue where task name / task var name was incorrect | ||
Reduce minimal OTA build slightly | ||
[WiFi] Small fixes for WiFi related code | ||
[ESP32] Fix build error on ESP32 | ||
[WiFi] Clear event callback on ESP32 + correct order of log/disconnect | ||
[PIO] revert custom_beta env to stage core lib | ||
[PIO ESP32] Update to latest Platformio [email protected] | ||
[ESPEasy p2p] Reload UDP port settings when changed | ||
[UDP] Reduce max UDP packet size | ||
[NTP] After timeout or receiving invalid packet, port could be held | ||
[Syslog] Add custom port to the syslog IP (#1258) | ||
[Docs] Update docs related to p2p UDP port no longer need reboot | ||
[UDP p2p] Fix crash on ESP32 where UDP is started before connected | ||
[ESP32] Recognize last boot state as Deepsleep (#3155) | ||
[TimeZone] Move timezone configuration line to location settings (#3141) | ||
[Docs] Document Tools => Advanced Settings | ||
[WiFi] Copy DNS servers from DHCP when using fixed last octet (#3111) | ||
|
||
|
||
------------------------------------------------- | ||
Changes in release mega-20200720 (since mega-20200703) | ||
------------------------------------------------- | ||
|