Skip to content

Commit b167955

Browse files
committed
Change GPIOViewer from v1.6.0 to v1.6.1 (No functional change)
1 parent 18d99da commit b167955

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ All notable changes to this project will be documented in this file.
2525
- GPIOViewer from v1.5.9 to v1.6.0 (No functional change)
2626
- ESP32 Platform from 2025.01.30 to 2025.01.31 (#22832)
2727
- Berry `gpio.pin_mode` frees PWM on pin
28+
- GPIOViewer from v1.6.0 to v1.6.1 (No functional change)
2829

2930
### Fixed
3031
- Sonoff SPM `PowerOnState` overrules `SSPMPowerOnState` in mixed 4Relay setup with 4Relay version 1.0.0
3132
- ESP32-Cx compilation fails on Windows (#22832)
33+
- LoraWan decoding of Dragino LDS02 and MerryIoT DW10 (#22880)
3234

3335
### Removed
3436

RELEASENOTES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
147147

148148
### Changed
149149
- ESP32 Platform from 2024.12.30 to 2025.01.31, Framework (Arduino Core) from v3.1.0.241206 to v3.1.1.250109 and IDF to 5.3.2 [#22832](https://github.com/arendst/Tasmota/issues/22832)
150-
- GPIOViewer from v1.5.6 to v1.6.0 (No functional change)
150+
- GPIOViewer from v1.5.6 to v1.6.1 (No functional change)
151151
- Postpone save_data during light animation when fade is Off
152152
- Allow negative values for AdcParam/AdcGpio INPUT, TEMP and RANGE parameters [#22809](https://github.com/arendst/Tasmota/issues/22809)
153153
- Command `Pixels` has backwards compatible arguments fixing #22755 [#22791](https://github.com/arendst/Tasmota/issues/22791)
@@ -160,6 +160,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
160160

161161
### Fixed
162162
- Shutter discovery message regression from v14.4.1 [#22730](https://github.com/arendst/Tasmota/issues/22730)
163+
- LoraWan decoding of Dragino LDS02 and MerryIoT DW10 [#22880](https://github.com/arendst/Tasmota/issues/22880)
163164
- ESP32-Cx compilation fails on Windows [#22832](https://github.com/arendst/Tasmota/issues/22832)
164165
- Sonoff SPM `PowerOnState` overrules `SSPMPowerOnState` in mixed 4Relay setup with 4Relay version 1.0.0
165166
- Webcam compilation with `define USE_WEBCAM` but without `define ENABLE_RTSPSERVER` [#22686](https://github.com/arendst/Tasmota/issues/22686)

tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
* GvUrl 1 - Select default url (GV_BASE_URL)
3131
* GvUrl https://thelastoutpostworkshop.github.io/microcontroller_devkit/gpio_viewer_1_5/
3232
*
33+
* Note 20250126
34+
* - GVRelease 1.6.1 (No code change)
35+
*
3336
* Note 20250116
3437
* - GVRelease 1.6.0 (No code change)
3538
*
@@ -83,7 +86,7 @@
8386

8487
#define GV_KEEP_ALIVE 1000 // milliseconds - If no activity after this do a heap size event anyway
8588

86-
const char *GVRelease = "1.6.0";
89+
const char *GVRelease = "1.6.1";
8790

8891
/*********************************************************************************************/
8992

0 commit comments

Comments
 (0)