diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-30 20:44:01 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-30 20:44:01 +0100 |
commit | 7c5d07b85461b84af17440aa9676d18a70edbe87 (patch) | |
tree | 628782951f54bb5fe591adf9d32790114f17de72 /client/consts.h | |
parent | f10fe5ad6bc561f05fcace7bb278e2a50c906208 (diff) |
working v3
Diffstat (limited to 'client/consts.h')
-rw-r--r-- | client/consts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/consts.h b/client/consts.h index a73fea7..1404dc2 100644 --- a/client/consts.h +++ b/client/consts.h @@ -3,5 +3,5 @@ #include "../shared/wifi.h" // delay between new record request in seconds -#define WS_CLIENT_STATION_POLL_INTERVAL 10 +#define WS_CLIENT_STATION_POLL_INTERVAL 1 |