konradsoares
konradsoares
Using ESP8266WiFi.h library and getting this error. C:\Users\xxx\Documents\Arduino\tello\tello_example\tello_example.ino: In function 'void WiFiEvent(WiFiEvent_t)': C:\Users\xxx\Documents\Arduino\tello\tello_example\tello_example.ino:68:10: error: 'SYSTEM_EVENT_STA_GOT_IP' was not declared in this scope 68 | case SYSTEM_EVENT_STA_GOT_IP: | ^~~~~~~~~~~~~~~~~~~~~~~ C:\Users\xxx\Documents\Arduino\tello\tello_example\tello_example.ino:77:10: error: 'SYSTEM_EVENT_STA_DISCONNECTED'...
After changing #include #include // WiFi network name and password: const char * networkName = "TELLO-xxxxxxxx";//Replace with your Tello SSID const char * networkPswd = ""; //Are we currently connected?...