Browse Source

next changes from @beegee many thanks for your contribution!

replaced `CircularBuffer` by `std::queue`
reworked `hmRadio.h` completely (interrupts, packaging)
fix exception while `reboot`
cleanup MQTT coding
pull/658/head
lumapu 2 years ago
parent
commit
3ed81513d5
  1. 5
      src/CHANGES.md
  2. 2
      src/defines.h

5
src/CHANGES.md

@ -5,6 +5,11 @@
## 0.5.79
* fixed mixed reset flags #648
* fixed `mCbAlarm` if MQTT is not used #653
* next changes from @beegee many thanks for your contribution!
* replaced `CircularBuffer` by `std::queue`
* reworked `hmRadio.h` completely (interrupts, packaging)
* fix exception while `reboot`
* cleanup MQTT coding
## 0.5.78
* further improvements regarding wifi #611, fix connection if only one AP with same SSID is there

2
src/defines.h

@ -13,7 +13,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 5
#define VERSION_PATCH 78
#define VERSION_PATCH 79
//-------------------------------------
typedef struct {

Loading…
Cancel
Save