misc changes (see PR) (#340)

* misc changes (see PR)

* macro only parsing
This commit is contained in:
philippe44
2023-10-16 18:50:50 -07:00
committed by GitHub
parent 5019b5bf0f
commit d03678ea81
10 changed files with 46 additions and 78 deletions

View File

@@ -45,7 +45,7 @@ class Event {
}
private:
char* _name = nullptr;
time_t _time;
uint32_t _time;
cJSON* _json = nullptr;
};