GPIOViewer from v1.6.2 to v1.6.3 (No functional change)

This commit is contained in:
Theo Arends 2025-05-03 18:09:49 +02:00
parent ddf3e38ef8
commit 195fd7c6a3
3 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

@ -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

View File

@ -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";
/*********************************************************************************************/