homieiot / homie-esp8266

💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT
http://homieiot.github.io/homie-esp8266
MIT License
1.36k stars 308 forks source link

Add free heap to stats #719

Closed elbowz closed 3 years ago

elbowz commented 3 years ago

Simply add to statistics the value returned from ESP.getFreeHeap() (should works on ESP8266 and ESP32). Maybe could be useful to understand if for some reason the heap memory fill along time.

Fix the little bug reported in #713

luebbe commented 3 years ago

Thanks for your contribution