Skip to content

Commit 26a1aab

Browse files
committed
Comments
1 parent aa48b51 commit 26a1aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/SnapClient.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ class SnapClient {
153153
/// Call from Arduino Loop - to receive and process the audio data
154154
bool doLoop() { return p_snapprocessor->doLoop(); }
155155

156-
/// ESP32: WiFiClient: prevent/activate automatic login to Wifi
156+
/// ESP32: WiFiClient: prevent/activate WiFi link status check
157157
void setWiFi(bool flag){ is_wifi = flag;}
158158

159-
/// check if we use the WiFiClient
159+
/// check if we use the ESP32 WiFi for checking the link status
160160
bool isWiFi() {return is_wifi;}
161161

162162
protected:

0 commit comments

Comments
 (0)