* added RX channel 40

* improved RF24 ISR
* reduced AP active time to 60s (will be increase once a client is connected)
* added `yield` without success -> random reboot (cause 4)
This commit is contained in:
lumapu 2022-06-02 08:20:16 +02:00
parent 247ae3e1db
commit c7d039ac8c
7 changed files with 53 additions and 33 deletions

View file

@ -16,7 +16,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 4
#define VERSION_PATCH 13
#define VERSION_PATCH 14
//-------------------------------------