Skip to content

Commit

Permalink
Change GPIOViewer from v1.5.6 to v1.5.8
Browse files Browse the repository at this point in the history
- No code change
  • Loading branch information
arendst committed Dec 21, 2024
1 parent 8311bff commit 52d4e84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
### Changed
- ESP32 disable PSRAM check (and on restart some relay toggles) with `#define DISABLE_PSRAMCHECK true` (#21266)
- TLS disable ECDSA for MQTT to ensure we don't break fingerprints after #22649
- GPIOViewer from v1.5.6 to v1.5.8

### Fixed
- Berry Zigbee fix wrong attributes (#22684)
Expand Down
1 change: 1 addition & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,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
- ESP32 disable PSRAM check (and on restart some relay toggles) with `#define DISABLE_PSRAMCHECK true` [#21266](https://github.com/arendst/Tasmota/issues/21266)

### Fixed
Expand Down
5 changes: 4 additions & 1 deletion tasmota/tasmota_xdrv_driver/xdrv_121_gpioviewer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
* GvUrl 1 - Select default url (GV_BASE_URL)
* GvUrl https://thelastoutpostworkshop.github.io/microcontroller_devkit/gpio_viewer_1_5/
*
* Note 20241221
* - GVRelease 1.5.8 (No code change)
*
* Note 20240821
* - GVRelease 1.5.6
* - Add ADC pin function information
Expand Down Expand Up @@ -74,7 +77,7 @@

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

const char *GVRelease = "1.5.6";
const char *GVRelease = "1.5.8";

/*********************************************************************************************/

Expand Down

0 comments on commit 52d4e84

Please sign in to comment.