You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/ESP8266/ChannelStatisticsWithWifiManagerAndDoubleReset/ChannelStatisticsWithWifiManagerAndDoubleReset.ino
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
// https://github.com/bblanchon/ArduinoJson
24
24
25
25
#include<WiFiManager.h>
26
-
// For configuring the Wifi credentials without re-programing
26
+
// For configuring the Wifi credentials without re-programing
27
27
// Availalbe on library manager (WiFiManager)
28
28
// https://github.com/tzapu/WiFiManager
29
29
@@ -48,7 +48,7 @@ long subs = 0;
48
48
// flag for saving data
49
49
bool shouldSaveConfig = false;
50
50
51
-
// Number of seconds after reset during which a
51
+
// Number of seconds after reset during which a
52
52
// subseqent reset will be considered a double reset.
53
53
// This sketch uses drd.stop() rather than relying on the timeout
0 commit comments