diff options
Diffstat (limited to 'client/consts.h')
-rw-r--r-- | client/consts.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/client/consts.h b/client/consts.h index 1bc6040..7ee81c8 100644 --- a/client/consts.h +++ b/client/consts.h @@ -1,10 +1,5 @@ -#ifndef CONSTS_H -#define CONSTS_H +#pragma once +// delay between new record request in seconds +#define WS_CLIENT_STATION_POLL_INTERVAL 10 - - -#define intervals 10; - - -#endif // CONSTS_H |