mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-19 16:56:34 +00:00
GPIOViewer from v1.6.2 to v1.6.3 (No functional change)
This commit is contained in:
parent
ddf3e38ef8
commit
195fd7c6a3
@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
### Changed
|
||||
- Allow command `WebRefresh` minimum from 1000 to 400 mSec
|
||||
- GPIOViewer from v1.6.2 to v1.6.3 (No functional change)
|
||||
|
||||
### Fixed
|
||||
- Berry `bytes().asstring()` now truncates a string if buffer contains NULL (#23311)
|
||||
|
@ -126,6 +126,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
||||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
- GPIOViewer from v1.6.2 to v1.6.3 (No functional change)
|
||||
- Allow command `WebRefresh` minimum from 1000 to 400 mSec
|
||||
|
||||
### Fixed
|
||||
|
@ -30,6 +30,9 @@
|
||||
* GvUrl 1 - Select default url (GV_BASE_URL)
|
||||
* GvUrl https://thelastoutpostworkshop.github.io/microcontroller_devkit/gpio_viewer_1_5/
|
||||
*
|
||||
* Note 20250503
|
||||
* - GVRelease 1.6.3 (No code change)
|
||||
*
|
||||
* Note 20250223
|
||||
* - GVRelease 1.6.2 (No code change)
|
||||
*
|
||||
@ -89,7 +92,7 @@
|
||||
|
||||
#define GV_KEEP_ALIVE 1000 // milliseconds - If no activity after this do a heap size event anyway
|
||||
|
||||
const char *GVRelease = "1.6.2";
|
||||
const char *GVRelease = "1.6.3";
|
||||
|
||||
/*********************************************************************************************/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user