Fix compile error

This commit is contained in:
Theo Arends 2023-10-06 11:23:58 +02:00
parent bc9d5ecdcf
commit 21ac018d70
1 changed files with 1 additions and 1 deletions

View File

@ -1727,8 +1727,8 @@ void EnergyShow(bool json) {
XnrgCall(FUNC_WEB_COL_SENSOR);
WSContentSend_P(PSTR("</table><hr/>{t}")); // {t} = <table style='width:100%'> - Define for next FUNC_WEB_SENSOR
XnrgCall(FUNC_WEB_SENSOR);
#endif // USE_WEBSERVER
}
#endif // USE_WEBSERVER
}
EnergyFmtFree();
}