Search found 1 match
- Sun Feb 25, 2024 10:09 am
- Forum: ESP-IDF
- Topic: Wifi can't connect with ssid loaded from file.(NO_AP_FOUND)
- Replies: 5
- Views: 11087
Re: Wifi can't connect with ssid loaded from file.(NO_AP_FOUND)
In my case the reason was carriage return symbols in file. The file was created with "\r\n"s at the end of each line, and while newlines were visible in console when I printed strings for comparison, carriage returns were not visible. So they slipped through and made that difference between hardcode...