updated test code for arduino
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#ifndef ARDUINO_EXAMPLE_CONFIGURE_H
|
||||
#define ARDUINO_EXAMPLE_CONFIGURE_H
|
||||
|
||||
#define SECRET_SSID "Strawmanbobi"
|
||||
#define SECRET_PASS "ghostcicy"
|
||||
#define SECRET_SSID "Maomao的小房子"
|
||||
#define SECRET_PASS "Maomao121207"
|
||||
|
||||
#endif //ARDUINO_EXAMPLE_CONFIGURE_H
|
||||
@@ -51,11 +51,11 @@ void setup() {
|
||||
|
||||
if (status == WL_CONNECTED) {
|
||||
// If connected successfully
|
||||
Serial.println("\n✅ Connection Successful!");
|
||||
Serial.println("\nConnection Successful!");
|
||||
printWiFiStatus();
|
||||
} else {
|
||||
// If connection failed
|
||||
Serial.print("\n❌ Connection Failed! Status: ");
|
||||
Serial.print("\nConnection Failed! Status: ");
|
||||
Serial.println(status);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user