[GH-ISSUE #1804] issue compiling WiFiManager libary on esp32 #1519

Open
opened 2026-02-28 01:30:23 +03:00 by kerem · 0 comments
Owner

Originally created by @GabrielCharlui on GitHub (Feb 21, 2025).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1804

I'm having trouble compiling the code with the WifiManager library.

I get the error: error:

'system_event_info_t' has not been declared 539 |

void WiFiEvent(WiFiEvent_t event, system_event_info_t info); |`

In my version of the code, I have the following function with the parameters: WiFiManager.h

#ifdef ESP32 void WiFiEvent(WiFiEvent_t event, system_event_info_t info); #endif

Originally created by @GabrielCharlui on GitHub (Feb 21, 2025). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1804 I'm having trouble compiling the code with the WifiManager library. I get the error: error: 'system_event_info_t' has not been declared 539 | void WiFiEvent(WiFiEvent_t event, system_event_info_t info); |` In my version of the code, I have the following function with the parameters: WiFiManager.h `#ifdef ESP32 void WiFiEvent(WiFiEvent_t event, system_event_info_t info); #endif`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1519
No description provided.