Added support for reporting for freeHeap via MQTT.

This commit is contained in:
2019-05-30 13:09:38 +02:00
parent b6d59758d8
commit 5321409727
3 changed files with 16 additions and 0 deletions

View File

@ -12,4 +12,6 @@ void mqtt_setup();
void mqtt_loop();
void mqtt_publish(const char* topic, int number);
#endif // mqtt_H