diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2022-10-30 17:34:33 +0100 |
---|---|---|
committer | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2022-10-30 17:37:21 +0100 |
commit | 7fe10f756bc2d76a57f28a0350539ae2b614a3ae (patch) | |
tree | 25a0f1e92cb3449752b66eb05e75410d23217e99 /client/consts.h | |
parent | 26564caa92d02a85a23fcd768a301fc76ec7c4cd (diff) |
removed hardcoded `WSdb`
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 |