mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
parent
245c9cf196
commit
d4d97dc795
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
# Development Changes
|
# Development Changes
|
||||||
|
|
||||||
|
## 0.8.126 - 2024-06-12
|
||||||
|
* merge PR: Update pubMqtt.h - Bugfix #1673 #1674
|
||||||
|
|
||||||
## 0.8.125 - 2024-06-09
|
## 0.8.125 - 2024-06-09
|
||||||
* fix ESP8266 compilation
|
* fix ESP8266 compilation
|
||||||
* merge PR: active_PowerLimit #1663
|
* merge PR: active_PowerLimit #1663
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
//-------------------------------------
|
//-------------------------------------
|
||||||
#define VERSION_MAJOR 0
|
#define VERSION_MAJOR 0
|
||||||
#define VERSION_MINOR 8
|
#define VERSION_MINOR 8
|
||||||
#define VERSION_PATCH 125
|
#define VERSION_PATCH 126
|
||||||
//-------------------------------------
|
//-------------------------------------
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint8_t ch;
|
uint8_t ch;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue