Skip to content

Commit 2821a60

Browse files
committed
Remove comments on some variants in ConnectionStatus enum
See PR#47, #47
1 parent 36763fd commit 2821a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp32-wroom-rp/src/wifi.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub enum ConnectionStatus {
77
/// No device is connected to hardware
88
NoEsp32 = 255,
99
/// Temporary status while attempting to connect to WiFi network
10-
Idle = 0, // Assigned by WiFi.begin() in the Reference Library, is this relevant?
10+
Idle = 0,
1111
/// No SSID is available
1212
NoActiveSsid,
1313
/// WiFi network scan has finished
@@ -25,7 +25,7 @@ pub enum ConnectionStatus {
2525
/// Device is connected in Access Point mode
2626
ApConnected,
2727
/// Device failed to make connection in Access Point mode
28-
ApFailed, // Not in the Reference Library
28+
ApFailed,
2929
/// Unexpected value returned from device, reset may be required
3030
Invalid,
3131
}

0 commit comments

Comments
 (0)