Update GPIO viewer

This commit is contained in:
Theo Arends 2025-01-09 12:01:01 +01:00
parent dce79fd0c3
commit d6ce776c98
3 changed files with 6 additions and 2 deletions

View File

@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.
### Breaking Changed
### Changed
- GPIOViewer from v1.5.8 to v1.5.9 (No functional change)
### Fixed
- Shutter discovery message regression from v14.4.1 (#22730)

View File

@ -135,7 +135,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Breaking Changed
### Changed
- GPIOViewer from v1.5.6 to v1.5.8
- GPIOViewer from v1.5.6 to v1.5.9 (No functional change)
- Postpone save_data during light animation when fade is Off
- ESP32 disable PSRAM check (and on restart some relay toggles) with `#define DISABLE_PSRAMCHECK true` [#21266](https://github.com/arendst/Tasmota/issues/21266)
- Berry bit-shift operators to `int64` [#22709](https://github.com/arendst/Tasmota/issues/22709)

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 20250109
* - GVRelease 1.5.9 (No code change)
*
* Note 20241221
* - GVRelease 1.5.8 (No code change)
*
@ -77,7 +80,7 @@
#define GV_KEEP_ALIVE 1000 // milliseconds - If no activity after this do a heap size event anyway
const char *GVRelease = "1.5.8";
const char *GVRelease = "1.5.9";
/*********************************************************************************************/