espNowFloodingMeshLibrary2 icon indicating copy to clipboard operation
espNowFloodingMeshLibrary2 copied to clipboard

Problem compiling Platformio ESP32

Open Darekg1 opened this issue 2 months ago • 1 comments

They are testing your library, but when compiling VC with Platformio, I have errors in SLAVE:

espNowFloodingMesh_requestInstantTimeSyncFromMaster(); while(espNowFloodingMesh_isSyncedWithMaster()==false);

src/main.cpp: In function 'void setup()': src/main.cpp:38:3: error: 'espNowFloodingMesh_requestInstantTimeSyncFromMaster' was not declared in this scope

src/main.cpp:39:9: error: 'espNowFloodingMesh_isSyncedWithMaster' was not declared in this scope

two functions are missing in the libraries.

Darekg1 avatar May 09 '24 05:05 Darekg1