Skip to content
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

Open
pierreverbakel opened this issue May 23, 2020 · 4 comments
Open

compiling error #3

pierreverbakel opened this issue May 23, 2020 · 4 comments

Comments

@pierreverbakel
Copy link

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]

@ArminPP
Copy link

ArminPP commented May 24, 2020

Hello Pierre,
i am afraid that this great library will no longer be maintained by the developer, because the last activity was 10 months ago...

Are you using the AES Library which is recommended in 'EspNowFloodingMesh.cpp' ?
#include "AESLib.h" //From https://github.com/kakopappa/arduino-esp8266-aes-lib

I use espNowFloodingMeshLibrary in a project of mine an it compiles without any error...

@joeybab3
Copy link
Contributor

@ArminPP You can ask him if he plans to continue it, he just merged a PR I did a few minutes ago

@arttupii
Copy link
Owner

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.

@joeybab3
Copy link
Contributor

@arttupii I can definitely help, especially fixing small things like spelling errors if you need someone for stuff like that

immakermatty pushed a commit to immakermatty/espNowFloodingMeshLibrary that referenced this issue Oct 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants