diff options
Diffstat (limited to 'client/Client.h')
-rw-r--r-- | client/Client.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/Client.h b/client/Client.h index 433aecf..cb6e6b8 100644 --- a/client/Client.h +++ b/client/Client.h @@ -21,7 +21,7 @@ public: public slots: void ClientEcho(); // function to ask data from wheather station void timeFunction(); // function to look every second what time currently is en handle if minute is passed - + bool refreshChart; private: void missingRecords(); @@ -37,6 +37,7 @@ private: uint8_t totalRecords = 1; // total records to ask wheather station uint8_t offsetRecords = 0; // offset from reqeusting records + }; #endif // CLIENT_H |