diff --git a/tools/esp8266/app.h b/tools/esp8266/app.h index 18b00263..e2e1adcc 100644 --- a/tools/esp8266/app.h +++ b/tools/esp8266/app.h @@ -171,6 +171,7 @@ class app { inline bool mqttIsConnected(void) { return mMqtt.isConnected(); } inline bool getSettingsValid(void) { return mSettingsValid; } inline bool getRebootRequestState(void) { return mShowRebootRequest; } + inline uint32_t getMqttTxCnt(void) { return mMqtt.getTxCnt(); } HmSystemType *mSys; bool mShouldReboot; diff --git a/tools/esp8266/html/index.html b/tools/esp8266/html/index.html index 86febfdb..01e21cd8 100644 --- a/tools/esp8266/html/index.html +++ b/tools/esp8266/html/index.html @@ -46,15 +46,18 @@

Every seconds the values are updated

- New updates can be found on Github: https://github.com/lumapu/ahoy
-
- Please report issues in Github
Discuss with us on Discord
- Support this project: Donate
+

Support this project:

+

Creative Commons - https://creativecommons.org/licenses/by-nc-sa/3.0/de/
- Check the licenses which are published on https://github.com/lumapu/ahoy as well


+ Check the licenses which are published on https://github.com/lumapu/ahoy as well
- This project was started from this discussion. (Mikrocontroller.net) + This project was started from this discussion. (Mikrocontroller.net)