mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 05:36:37 +00:00
Fix espCore issue
This commit is contained in:
parent
825dd969cc
commit
d74f177d69
@ -206,7 +206,7 @@ void mqtt_send_statusupdate()
|
||||
doc[F("heapFree")] = ESP.getFreeHeap();
|
||||
doc[F("heapFrag")] = halGetHeapFragmentation();
|
||||
doc[F("updateEspAvailable")] = false;
|
||||
doc[F("espCore")] = halGetCoreVersion();
|
||||
doc[F("espCore")] = halGetCoreVersion().c_str();
|
||||
|
||||
char buffer[256];
|
||||
size_t n = serializeJson(doc, buffer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user