mirror of https://github.com/arendst/Tasmota.git
Change GPIOViewer from v1.5.3 to v1.5.4 (No functional change)
This commit is contained in:
parent
0249f66066
commit
132b98f0c2
|
@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
|
|||
### Breaking Changed
|
||||
|
||||
### Changed
|
||||
- GPIOViewer from v1.5.3 to v1.5.4 (No functional change)
|
||||
- TCP bridge increased baudrate selection (#21528)
|
||||
- Berry coc parser keeps order of variables (#21542)
|
||||
|
||||
|
|
|
@ -131,7 +131,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
|
|||
|
||||
### Changed
|
||||
- ESP32 Core3 platform update from 2024.05.11 to 2024.05.13 [#21524](https://github.com/arendst/Tasmota/issues/21524)
|
||||
- GPIOViewer from v1.5.2 to v1.5.3
|
||||
- GPIOViewer from v1.5.2 to v1.5.4
|
||||
- On universal display remove default backlight power if a PWM channel is used for backlight
|
||||
- TCP bridge increased baudrate selection [#21528](https://github.com/arendst/Tasmota/issues/21528)
|
||||
- Support W5500 SPI ethernet using four SPI GPIOs only without IRQ and RESET
|
||||
|
|
|
@ -30,6 +30,9 @@
|
|||
* GvUrl 1 - Select default url (GV_BASE_URL)
|
||||
* GvUrl https://thelastoutpostworkshop.github.io/microcontroller_devkit/gpio_viewer_1_5/
|
||||
*
|
||||
* Note 20240602
|
||||
* - GVRelease 1.5.4
|
||||
*
|
||||
* Note 20240518
|
||||
* - GVRelease 1.5.3
|
||||
*
|
||||
|
@ -62,7 +65,7 @@
|
|||
|
||||
#define GV_KEEP_ALIVE 1000 // milliseconds - If no activity after this do a heap size event anyway
|
||||
|
||||
const char *GVRelease = "1.5.3";
|
||||
const char *GVRelease = "1.5.4";
|
||||
|
||||
/*********************************************************************************************/
|
||||
|
||||
|
|
Loading…
Reference in New Issue