Skip to content

Commit 47a00fe

Browse files
author
g0r3
committed
add ap password; reboot after no reconnect
1 parent d9b871d commit 47a00fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thermometer/thermometer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void setup() {
4646
EEPROM.begin(city_len + countrycode_len + apikey_len);
4747
setup_display(update_display_clock);
4848
WiFiManager wifiManager;
49-
wifiManager.setTimeout(60);
49+
wifiManager.setTimeout(300);
5050

5151
if(!wifiManager.autoConnect("AutoConnectAP", "diesistdaspasswort")) {
5252
Serial.println("failed to connect and hit timeout");

0 commit comments

Comments
 (0)