espNowFloodingMeshLibrary icon indicating copy to clipboard operation
espNowFloodingMeshLibrary copied to clipboard

ESPNOW flooding mesh library with AES

Results 5 espNowFloodingMeshLibrary issues
Sort by recently updated
recently updated
newest added

It looks like that you lose the function:espNowFloodingMesh_isSyncedWithMaster()

Can someone help me understand when to set the flag USE_RAW_801_11? Did you ever use this or was it just something to play around with action frames? Thanks Joel

Master example: void setup() { Serial.begin(115200); espNowFloodingMesh_RecvCB(espNowFloodingMeshRecv);

i'm trying to compile example in platformio i get this errors: src/main.cpp: In function 'void setup()': src/main.cpp:20:43: error: too few arguments to function 'void espNowFloodingMesh_begin(int, int)' espNowFloodingMesh_begin(ESP_NOW_CHANNEL); ^ In file...