Blinking on Wifi Connecting
This commit is contained in:
		@@ -120,7 +120,10 @@ bool checkConnection() {
 | 
				
			|||||||
            Serial.println("Connected!");
 | 
					            Serial.println("Connected!");
 | 
				
			||||||
            return (true);
 | 
					            return (true);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        delay(500);
 | 
					        digitalWrite(SONOFF, HIGH);
 | 
				
			||||||
 | 
					        delay(250);
 | 
				
			||||||
 | 
					        digitalWrite(SONOFF, HIGH);
 | 
				
			||||||
 | 
					        delay(250);
 | 
				
			||||||
        Serial.print(".");
 | 
					        Serial.print(".");
 | 
				
			||||||
        count++;
 | 
					        count++;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user