mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
Update GPIO viewer
This commit is contained in:
parent
dce79fd0c3
commit
d6ce776c98
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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";
|
||||
|
||||
/*********************************************************************************************/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user