You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D:\Dev\Arduino\Elecrow\CrowPanel_7.0\AsyncMqttClientTest\AsyncMqttClientTest\AsyncMqttClientTest.ino: In function 'void WiFiEvent(arduino_event_id_t)':
D:\Dev\Arduino\Elecrow\CrowPanel_7.0\AsyncMqttClientTest\AsyncMqttClientTest\AsyncMqttClientTest.ino:36:10: error: 'SYSTEM_EVENT_STA_GOT_IP' was not declared in this scope; did you mean 'IP_EVENT_STA_GOT_IP'?
36 | case SYSTEM_EVENT_STA_GOT_IP:
| ^~~~~~~~~~~~~~~~~~~~~~~
| IP_EVENT_STA_GOT_IP
D:\Dev\Arduino\Elecrow\CrowPanel_7.0\AsyncMqttClientTest\AsyncMqttClientTest\AsyncMqttClientTest.ino:42:10: error: 'SYSTEM_EVENT_STA_DISCONNECTED' was not declared in this scope; did you mean 'WIFI_EVENT_STA_DISCONNECTED'?
42 | case SYSTEM_EVENT_STA_DISCONNECTED:
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| WIFI_EVENT_STA_DISCONNECTED
Using library WiFi at version 2.0.0 in folder: C:\Users\user\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.1\libraries\WiFi
Using library Networking at version 1.0.0 in folder: C:\Users\user\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.1\libraries\Network
Using library AsyncMqttClient at version 0.9.0 in folder: D:\Dev\Arduino\Elecrow\CrowPanel_7.0\HA\libraries\AsyncMqttClient
Using library AsyncTCP at version 1.1.4 in folder: D:\Dev\Arduino\Elecrow\CrowPanel_7.0\HA\libraries\AsyncTCP
exit status 1
Compilation error: 'SYSTEM_EVENT_STA_GOT_IP' was not declared in this scope; did you mean 'IP_EVENT_STA_GOT_IP'?
Hello,
I am facing the following building error with FullyFeatured-ESP32.ino. I think it's linked to events changes with arduino-esp32-3.0 branch.
Boot logs
Could you help me to fix it?
Regards
The text was updated successfully, but these errors were encountered: