No matter what I do, reset, change settings, etc... all sketches hang on "starting" for the wifi.
Any ideas or help?
Serial.println("Starting");
while (wifi.ready() != 1)
{
Serial.println("Error connecting to network");
delay(15000);
}
Serial.println("Connected to wifi!");
the wifi.ready is either hanging somehow or I do not know.