|
| 1 | +------------------------------------------------- |
| 2 | +Changes in release mega-20210223 (since mega-20210114) |
| 3 | +------------------------------------------------- |
| 4 | + |
| 5 | +Release date: di 23 feb 2021 12:08:25 CET |
| 6 | + |
| 7 | +Henri de Jong (1): |
| 8 | + Increase buffer size |
| 9 | + |
| 10 | +TD-er (43): |
| 11 | + Use max seen P1 message length to allocate buffer |
| 12 | + [cleanup] Mark "Bitwise:" log as debug log |
| 13 | + [ESP32 PIO] Update to espressif32@2.1.0 |
| 14 | + [WiFi] Try to use the strongest known SSID after a scan. (#3463) |
| 15 | + [Build] Fix custom IR build #3469 |
| 16 | + [WiFi] Simplify credentials manager |
| 17 | + [WiFi] Fix setup procedure |
| 18 | + [WiFi] Reduce TX power to 17.5 dBm and tune timings + fix mDNS start |
| 19 | + [mDNS ESP32] Fix build issue ESP32 (does not have MDNS.close()) |
| 20 | + [WiFi] Allow to limit TX power and make TX power dynamic |
| 21 | + [WiFi] Cleanup code + add settings transition for new parameters |
| 22 | + [WiFi] Make sending at max TX power optional |
| 23 | + [Pulse] Pulse Counter P003 enhancement |
| 24 | + [WiFi] Introduce 2 seconds delay at boot before starting WiFi |
| 25 | + [WiFi] Set sleep mode after switching wifi mode |
| 26 | + [WiFi] Fix build issues on ESP32 (different sleep mode function) |
| 27 | + [WiFi] Change log level of TX power to debug |
| 28 | + [Rules] Fix bug in time parsing (leading 0) |
| 29 | + [Rules] Make parsing numerical a bit more robust |
| 30 | + [Rules] Fix complex time matching |
| 31 | + [Time] Fix tm_mon starting at 0 and tm_year at 1900 |
| 32 | + [Time] Cleanup time calculation code |
| 33 | + Rename default variable names in P084 VEML6070 UV |
| 34 | + [Cron] Fix cron resolution + value updates |
| 35 | + Move to UserVar struct to have universal conversion of task variable types |
| 36 | + [P003 Pulse] Revert changes (See #3500) |
| 37 | + Revert "[Rules] Make parsing numerical a bit more robust" |
| 38 | + [PIO] Update to espressif8266@2.6.3 |
| 39 | + [PWM] Set PHASE_LOCKED_WAVEFORM for new esp8266/Arduino core |
| 40 | + [WiFi] Fix crash when trying to reconnect while low on memory |
| 41 | + [PIO] Only update tmp files when changed to reduce build time |
| 42 | + safe_strncpy should not crash on FlashStringHelper strings |
| 43 | + [WiFi] Fix WiFi AP candidate from RTC causing crash |
| 44 | + [WiFi] Fix crash when deleting element from empty list |
| 45 | + [WD reboot] Change yield() into delay(0) for network connections |
| 46 | + [Cleanup] Uncrustify Networking.cpp |
| 47 | + [ESPEasy p2p] Add check on buffer allocation received UDP data |
| 48 | + [MQTT] PubSubClient checks when callback + publish happen simultaneous |
| 49 | + [MQTT] Fix rejecting QoS=0 messages with 0 or 1 byte length |
| 50 | + [ESPEasy p2p] Fix WD reboots due to not initialising array |
| 51 | + [Cleanup] Explicit init UserVar with 0.0f |
| 52 | + [WiFi] Fix bogus RTC settings loaded to connect to WiFi |
| 53 | + [WiFi] Allow spaces in SSID and pass phrase |
| 54 | + |
| 55 | +Ton Huisman (26): |
| 56 | + [P050] Additional output settings - Add Color Temperature DN40 calculation - Add Lux calculation - Add Clear output option - Add Normalized RGB calculation |
| 57 | + [P050] Add Normalized sRGB calculation |
| 58 | + [P050] Apply suggested patches to the Adafruit library |
| 59 | + [P050] Minor calculation adjustment, added to TESTING build |
| 60 | + [P050] Adjusted Normalization calculation, added R/G/B Calibration factors |
| 61 | + [P073] Improve display of periods in 7dtext Add 7ddt command (dual temnperatures on Max7219 display) |
| 62 | + [P073] Periods in 7dtext also for TM1637 display |
| 63 | + [P050] Removed unneeded output selection option |
| 64 | + [P037] Options for hide degrees symbol, right align temperature |
| 65 | + [P073] Options currently only applicable for MAX7219 |
| 66 | + [P050] Added 3x3 matrix calibration, added opt. event for all values, adjusted device settings |
| 67 | + [P050] Fix missing include |
| 68 | + [P050] Add extra transformation options, fixed a typo |
| 69 | + [P050] Rename Calibration to Transformation, added optional events for RGB values |
| 70 | + [P017] Add options for tag reset, delay and reset event |
| 71 | + [P017] Added documentation explaining the new settings |
| 72 | + [P008] Fix typo in minimal reset timer check |
| 73 | + [P073] Bugfix for 7ddt command being leftshifted by 1 |
| 74 | + [P073] Add fonts Siekoo/dSEG7, scrolling text and 7dbin command |
| 75 | + [P073] Optimizations and bugfixes, extra text scroll option |
| 76 | + [P073] Initialization optimizations |
| 77 | + [P073] Optimizations and minor code cleanup |
| 78 | + [Documentation] Update copyright year to 2021 |
| 79 | + [P073] Clear scroll text when setting 7dbin data |
| 80 | + [P073] Add documentation |
| 81 | + [P073] Fixed TM1637 mapping bug, moved log to DEBUG level, some source cleanup |
| 82 | + |
| 83 | +sakinit (1): |
| 84 | + Clear error by reading the error register loglevel independent |
| 85 | + |
| 86 | +stefan (4): |
| 87 | + P003 Pulse Microseconds |
| 88 | + P003 µSec backward compatibility |
| 89 | + P003 use micros64() |
| 90 | + P003 use getMicros64() function |
| 91 | + |
| 92 | + |
1 | 93 | -------------------------------------------------
|
2 | 94 | Changes in release mega-20210114 (since mega-20201227)
|
3 | 95 | -------------------------------------------------
|
|
0 commit comments