Search found 1 match
- Sun Jan 08, 2023 6:56 am
- Forum: General Discussion
- Topic: Esp32-WROOM-32D can't connect to my home wifi
- Replies: 0
- Views: 929
Esp32-WROOM-32D can't connect to my home wifi
I am trying to get my esp32 to connect to my wifi, but it attempts forever without connecting. I don't think there is anything wrong with the code. I'm thinking the issue is something with my router. #include<WiFi.h> const char *ssid = "mySSID"; const char *password = "myPW"; void initWiFi() { WiFi....