I’m successfully flashing my .ino file to my Arudino, but it wasn’t connecting to wifi. I’m just getting messages that it’s trying to connect. I tried a different wifi network and it worked fine. I’m thinking now that there’s an issue with the wifi password:
// WiFi credentials.
const char* WIFI_SSID = "myssid";
const char* WIFI_PASS = "day19\hour";
Notice the back slash. I’m thinking this is the issue. Is there a way to use this network and password? I noticed that as I was updating the code in the Arduino CLI that the text changed color to black when I added the slash, so I’m thinking that has to be the problem.