Skip to content

Commit

Permalink
faster network reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Apr 29, 2022
1 parent 5b6c031 commit 43d8385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/framework/NetworkSettingsService.h
Expand Up @@ -13,7 +13,7 @@

#define NETWORK_SETTINGS_FILE "/config/networkSettings.json"
#define NETWORK_SETTINGS_SERVICE_PATH "/rest/networkSettings"
#define WIFI_RECONNECTION_DELAY 1000 * 30
#define WIFI_RECONNECTION_DELAY 1000 * 3

#ifndef FACTORY_WIFI_SSID
#define FACTORY_WIFI_SSID ""
Expand Down

0 comments on commit 43d8385

Please sign in to comment.