Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 5255613

Browse files
authored
Remove missing API, setSleep
1 parent 91e9dce commit 5255613

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/Esp32-lwmqtt/esp32-mqtt.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ void setupWifi() {
5454
Serial.println("Starting wifi");
5555

5656
WiFi.mode(WIFI_STA);
57-
WiFi.setSleep(false); // MAY help with WiFi reliability
5857
WiFi.begin(ssid, password);
5958
Serial.println("Connecting to WiFi");
6059
while (WiFi.status() != WL_CONNECTED) {

0 commit comments

Comments
 (0)