Update espWiFi2eeprom.ino

This commit is contained in:
nikant 2020-02-20 11:31:16 +02:00 committed by GitHub
parent e25c56bac0
commit 6cc358616f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ boolean testWiFi() {
int c = 0;
Serial.print(F("Waiting for Wifi to connect"));
// c at 60 with delay 500 is for 30 seconds ;)
while ( c < 60 ) {
while ( c < 360 ) {
Serial.print(".");
if (WiFi.status() == WL_CONNECTED) {
Serial.println("");