* added patch from @Argafal

* Updated readme to refer library versions
This commit is contained in:
lumapu 2022-05-22 21:21:17 +02:00
parent 7844ea2946
commit 6a1a3b86d2
3 changed files with 17 additions and 10 deletions

View file

@ -102,6 +102,7 @@ class app : public Main {
bool mMqttActive;
uint16_t mSerialTicker;
uint16_t mSerialInterval;
bool mMqttNewDataAvail;
};
#endif /*__APP_H__*/