We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa48b51 commit 26a1aabCopy full SHA for 26a1aab
src/SnapClient.h
@@ -153,10 +153,10 @@ class SnapClient {
153
/// Call from Arduino Loop - to receive and process the audio data
154
bool doLoop() { return p_snapprocessor->doLoop(); }
155
156
- /// ESP32: WiFiClient: prevent/activate automatic login to Wifi
+ /// ESP32: WiFiClient: prevent/activate WiFi link status check
157
void setWiFi(bool flag){ is_wifi = flag;}
158
159
- /// check if we use the WiFiClient
+ /// check if we use the ESP32 WiFi for checking the link status
160
bool isWiFi() {return is_wifi;}
161
162
protected:
0 commit comments