mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-20 09:16:30 +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
|
### Changed
|
||||||
- Allow command `WebRefresh` minimum from 1000 to 400 mSec
|
- Allow command `WebRefresh` minimum from 1000 to 400 mSec
|
||||||
|
- GPIOViewer from v1.6.2 to v1.6.3 (No functional change)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Berry `bytes().asstring()` now truncates a string if buffer contains NULL (#23311)
|
- 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
|
### Breaking Changed
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- GPIOViewer from v1.6.2 to v1.6.3 (No functional change)
|
||||||
- Allow command `WebRefresh` minimum from 1000 to 400 mSec
|
- Allow command `WebRefresh` minimum from 1000 to 400 mSec
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -30,6 +30,9 @@
|
|||||||
* GvUrl 1 - Select default url (GV_BASE_URL)
|
* GvUrl 1 - Select default url (GV_BASE_URL)
|
||||||
* GvUrl https://thelastoutpostworkshop.github.io/microcontroller_devkit/gpio_viewer_1_5/
|
* GvUrl https://thelastoutpostworkshop.github.io/microcontroller_devkit/gpio_viewer_1_5/
|
||||||
*
|
*
|
||||||
|
* Note 20250503
|
||||||
|
* - GVRelease 1.6.3 (No code change)
|
||||||
|
*
|
||||||
* Note 20250223
|
* Note 20250223
|
||||||
* - GVRelease 1.6.2 (No code change)
|
* - 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
|
#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