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

ESPMeshWrapper.cpp:117:25: error: 'mesh_event_t' was not declared in this scope #1

Open
ShenTD opened this issue May 18, 2023 · 1 comment

Comments

@ShenTD
Copy link

ShenTD commented May 18, 2023

No description provided.

@ShenTD ShenTD changed the title ESPMeshWrapper.cpp:117:25: error: 'mesh_event_t' was not declared in this sc ESPMeshWrapper.cpp:117:25: error: 'mesh_event_t' was not declared in this scope May 18, 2023
@jordigrau83
Copy link

I get this compilin error:

Compiling .pio\build\upesy_wroom\FrameworkArduino\FunctionalInterrupt.cpp.o
.pio/libdeps/upesy_wroom/ESPMeshWrapper/src/ESPMeshWrapper.cpp:116:25: error: variable or field 'mesh_event_handler' declared void
void mesh_event_handler(mesh_event_t event)
^~~~~~~~~~~~
.pio/libdeps/upesy_wroom/ESPMeshWrapper/src/ESPMeshWrapper.cpp:116:25: error: 'mesh_event_t' was not declared in this scope
.pio/libdeps/upesy_wroom/ESPMeshWrapper/src/ESPMeshWrapper.cpp:116:25: note: suggested alternative: 'eth_event_t'
void mesh_event_handler(mesh_event_t event)
^~~~~~~~~~~~
eth_event_t
.pio/libdeps/upesy_wroom/ESPMeshWrapper/src/ESPMeshWrapper.cpp:265:76: warning: 'DynamicJsonDocument' is deprecated: use JsonDocument instead [-Wdeprecated-declarations]

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

2 participants