diff options
| author | NielsCoding <n.stunnebrink@student.avans.nl> | 2022-10-30 21:58:08 +0100 | 
|---|---|---|
| committer | NielsCoding <n.stunnebrink@student.avans.nl> | 2022-10-30 21:58:08 +0100 | 
| commit | 5ebf6f8b0b77730c3f3cc0a90bd924dd9c170276 (patch) | |
| tree | bee49b086769148c8851980fc0b1e7b6d6c126de /client/Client.h | |
| parent | 7c5d07b85461b84af17440aa9676d18a70edbe87 (diff) | |
refresh automatic
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  |