Skip to content

Commit

Permalink
Tasmota Arduino Core v2.7.4.5
Browse files Browse the repository at this point in the history
Tasmota Arduino Core v2.7.4.5 allowing webpassword over 47 characters (#9687)
  • Loading branch information
arendst committed Oct 22, 2020
1 parent bb7f93e commit eea472f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file.
- Management of serial baudrate (#9554)
- ``#define MQTT_FINGERPRINT`` from string to hexnumbers (#9570)
- Rotary driver adjusted accordingly if Mi Desk Lamp module is selected (#9399)
- Tasmota Arduino Core v2.7.4.5 allowing webpassword over 47 characters (#9687)

### Fixed
- Convert AdcParam parameters from versions before v9.0.0.2
Expand Down
1 change: 1 addition & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
- NeoPixelBus library from v2.5.0.09 to v2.6.0
- Management of serial baudrate (#9554)
- Rotary driver adjusted accordingly if Mi Desk Lamp module is selected (#9399)
- Tasmota Arduino Core v2.7.4.5 allowing webpassword over 47 characters (#9687)

### Fixed
- Ledlink blink when no network connected regression from v8.3.1.4 (#9292)
Expand Down

1 comment on commit eea472f

@Jason2866
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in core 2.7.4.5 is added the Wstring optimization PR esp8266/Arduino#7553 too.

Please sign in to comment.