Skip to content

Commit ed1eebc

Browse files
author
Xiao-H95
committed
Program optimization
1 parent f9ac6a5 commit ed1eebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Factory_Test/Wireless_Bridge_FactoryTest/Wireless_Bridge_FactoryTest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void WIFISetUp(void)
4848
delay(1000);
4949
WiFi.mode(WIFI_STA);
5050
WiFi.setAutoConnect(true);
51-
WiFi.begin("HelTec_AutoMation","hunter_3120");//fill in "Your WiFi SSID","Your Password"
51+
WiFi.begin("Your WiFi SSID","Your Password");//fill in "Your WiFi SSID","Your Password"
5252
delay(100);
5353

5454
byte count = 0;

0 commit comments

Comments
 (0)