From b23a2f2304922bd7ebd357373d8dd282ff5047eb Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 17 Jul 2024 14:28:50 +0200 Subject: [PATCH] Bump GPIOViewer version to v1.5.5 --- tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino b/tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino index 0cce3bbf3..c806d94fe 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 20240717 + * - GVRelease 1.5.5 + * * Note 20240602 * - GVRelease 1.5.4 * @@ -65,7 +68,7 @@ #define GV_KEEP_ALIVE 1000 // milliseconds - If no activity after this do a heap size event anyway -const char *GVRelease = "1.5.4"; +const char *GVRelease = "1.5.5"; /*********************************************************************************************/