Browse Source

0.6.4

* merge PR #846, improved NRF24 communication and MI, thx @beegee3 & @rejoe2
pull/876/head
lumapu 2 years ago
parent
commit
ef020dcc08
  1. 3
      src/CHANGES.md
  2. 2
      src/defines.h

3
src/CHANGES.md

@ -1,5 +1,8 @@
# Development Changes
## 0.6.4 - 2023-04-06
* merge PR #846, improved NRF24 communication and MI, thx @beegee3 & @rejoe2
## 0.6.3 - 2023-04-04
* fix login, password length was not checked #852
* merge PR #854 optimize browser caching, thx @tastendruecker123 #828

2
src/defines.h

@ -13,7 +13,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 6
#define VERSION_PATCH 3
#define VERSION_PATCH 4
//-------------------------------------
typedef struct {

Loading…
Cancel
Save