I am trying to connect the ESP32 to the network. But it keeps failing.
I use the WifiSecureClient library with a CA key.
It always fails with:
[E][esp32-hal-cpu.c:115] removeApbChangeCallback(): not found func=400D749C arg=3FFBEDB0
[D][WiFiGeneric.cpp:332] _eventCallback(): Event: 0 - WIFI_READY
[D][WiFiGeneric.cpp:332] _eventCallback(): Event: 2 - STA_START
.................................................................
What is the problem? The Problem is also on the normal Wifi library.