Skip to content
Snippets Groups Projects
Commit d94b90fb authored by Zoe Pfister's avatar Zoe Pfister :speech_balloon:
Browse files

refactor client, add json library

- move data_struct to ClientDataPackage.hpp
- move Message definition to Message.hpp
- move Message code to Message.cpp
- move global time variable to its own namespace called esptime
  - time accessible via esptime::rtc
- Message now uses ClientDataPackage instead of data_struct
- ram_caching now uses ClientDataPackage instead of data_struct
- switched from pointer definition of Message to default constructor
- move headers to hpp files where applicable
- added ArduinoJson library (does not increase space by a lot)
parent 352d03e0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment