-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compiling error #3
Comments
Hello Pierre, Are you using the AES Library which is recommended in 'EspNowFloodingMesh.cpp' ? I use espNowFloodingMeshLibrary in a project of mine an it compiles without any error... |
@ArminPP You can ask him if he plans to continue it, he just merged a PR I did a few minutes ago |
Sorry for the long long response time. It’s great to hear that you liked this library. I would like to continue with this library, but I cannot. I don't have enough time. If you or someone else wants to continue with this, I can grant access to the git repositories. |
@arttupii I can definitely help, especially fixing small things like spelling errors if you need someone for stuff like that |
Master example:
void setup() {
Serial.begin(115200);
espNowFloodingMesh_RecvCB(espNowFloodingMeshRecv); <----- red higlighted line
.....
Compiling for ESP32 producing compiler error:
Using library espNowFloodingMeshLibrary at version 0.0.1 in folder: D:\Users\Pierre\Documents\Arduino\libraries\espNowFloodingMeshLibrary
Using library WiFi at version 1.0 in folder: C:\Users\Pierre\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.4\libraries\WiFi
Using library arduino-esp8266-aes-lib in folder: D:\Users\Pierre\Documents\Arduino\libraries\arduino-esp8266-aes-lib (legacy)
exit status 1
invalid conversion from 'void ()(const uint8_t, int) {aka void ()(const unsigned char, int)}' to 'void ()(const uint8_t, int, uint32_t) {aka void ()(const unsigned char, int, unsigned int)}' [-fpermissive]
The text was updated successfully, but these errors were encountered: