Search found 1 match
- Tue Nov 30, 2021 5:01 am
- Forum: ESP32 Arduino
- Topic: ESP32U loses ability to connect........permanently
- Replies: 0
- Views: 3096
ESP32U loses ability to connect........permanently
I am using Arduino to program some ESP32-WROOM-32U modules on different projects. To use the Long Range function I have included 2 libraries #include <WiFi.h> and #include <esp_wifi.h> In the sketch I use esp_wifi_set_protocol( WIFI_IF_STA, WIFI_PROTOCOL_LR ); The problem I have is that although the...