From 195fd7c6a364e22ac42beaa41b5c545cfeb0eaf7 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 3 May 2025 18:09:49 +0200 Subject: [PATCH] GPIOViewer from v1.6.2 to v1.6.3 (No functional change) --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino | 5 ++++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c58aced11..29975679c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e1c318b33..ecaf5d710 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 diff --git a/tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino b/tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino index c5e61f5ee..b3280ba38 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino @@ -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"; /*********************************************************************************************/