Search found 1 match
- Tue Jul 30, 2024 3:49 pm
- Forum: Report Bugs
- Topic: Issue with wifiAP SSID and Password
- Replies: 0
- Views: 4151
Issue with wifiAP SSID and Password
I have a problem using the esp32s3 as AP: everything is working file while I write the wifi's SSID and password directly in the code as preprocessor instruction #define wifi_SSID "wifiTestSSID". As soon I change it with const char* wifi_SSID = "wifiTestSSID" it stop working, and the network isn't vi...