* added rx channel switching

* switched to crc8 check for valid packet-payload
This commit is contained in:
lumapu 2022-05-09 20:47:05 +02:00
parent 8f444cee2f
commit 37206847c5
11 changed files with 217 additions and 111 deletions

View file

@ -17,7 +17,7 @@
// CONFIGURATION - COMPILE TIME
//-------------------------------------
// time in seconds how long the station info (ssid + pwd) will be tried
#define WIFI_TRY_CONNECT_TIME 15
#define WIFI_TRY_CONNECT_TIME 30
// time during the ESP will act as access point on connection failure (to
// station) in seconds
@ -36,7 +36,9 @@
#define MAX_NAME_LENGTH 16
// maximum buffer length of packet received / sent to RF24 module
#define MAX_RF_PAYLOAD_SIZE 64
#define MAX_RF_PAYLOAD_SIZE 32
#define MAX_NUM_PAC_PER_PAYLOAD 4
// changes the style of "/setup" page, visualized = nicer
#define LIVEDATA_VISUALIZED