Hi, I have connected my Arduino board to the IoT Cloud, and have successfully updated the firmware by connecting it to my WIFI, but when I tried to open the Serial monitor, it shows the following message:
Connection to "my_wifi_name" failed
Retrying in "500" milliseconds
It still prints out the message I put when I use Serial.println(), but I don't understand why it is printing the above messages. Any help would be appreciated.
The default setting of 2 is DBG_INFO. I'm not sure why they use the less friendly number instead of the more meaningful name, but they are equivalent as far as the compiler is concerned.