mirror of
https://github.com/H3ALY/Wireless-PC-Switch.git
synced 2025-12-19 10:18:22 +00:00
Update wifi_setup.h
This commit is contained in:
committed by
GitHub
parent
3472dcd285
commit
e53b0e5f75
@@ -8,7 +8,7 @@ class WiFiManager {
|
||||
public:
|
||||
void setup_wifi() {
|
||||
Serial.print("Connecting to ");
|
||||
Serial.print(ssid); // Use Serial.print instead of Serial.println
|
||||
Serial.print(ssid);
|
||||
WiFi.begin(ssid, password);
|
||||
|
||||
while (WiFi.status() != WL_CONNECTED) {
|
||||
|
||||
Reference in New Issue
Block a user