-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Description
Using latest Git
Using WiFiAccessPoint sample
Debug is disabled but message appear
When client connect to AP there is an unwished output:
E (28866) event: mismatch or invalid event, id=63
E (28867) event: default event handler failed!
dhcps: send_offer>>udp_sendto result 0
error messages seems come from : https://github.com/espressif/esp-idf/blob/master/components/esp32/event_default_handlers.c#L457
Debug message is from : https://github.com/espressif/esp-idf/blob/master/components/lwip/apps/dhcpserver/dhcpserver.c#L527
looks like #if DHCPS_DEBUG
is missing
I know they looks like IDF issue but I only use arduino
I have opened ticket for Debug message : espressif/esp-idf#2924
But no idea what to do with other issue sorry
Metadata
Metadata
Assignees
Labels
No labels