diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2022-10-30 12:41:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 12:41:39 +0100 |
commit | 5bc4d10fc02cc71828a4a3602520a00b1ca08b8e (patch) | |
tree | e3814f1e180c28e52d3abf9cdb095c31213fd361 /client/consts.h | |
parent | 26564caa92d02a85a23fcd768a301fc76ec7c4cd (diff) | |
parent | 06eb7a6b4bf6169da2b68330adf9eeb64f081bbd (diff) |
Merge branch 'lonkaars:master' into qt-settings
Diffstat (limited to 'client/consts.h')
-rw-r--r-- | client/consts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/consts.h b/client/consts.h index 7ee81c8..a73fea7 100644 --- a/client/consts.h +++ b/client/consts.h @@ -1,5 +1,7 @@ #pragma once +#include "../shared/wifi.h" + // delay between new record request in seconds #define WS_CLIENT_STATION_POLL_INTERVAL 10 |