mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Fix compile error
This commit is contained in:
parent
bc9d5ecdcf
commit
21ac018d70
@ -1727,8 +1727,8 @@ void EnergyShow(bool json) {
|
|||||||
XnrgCall(FUNC_WEB_COL_SENSOR);
|
XnrgCall(FUNC_WEB_COL_SENSOR);
|
||||||
WSContentSend_P(PSTR("</table><hr/>{t}")); // {t} = <table style='width:100%'> - Define for next FUNC_WEB_SENSOR
|
WSContentSend_P(PSTR("</table><hr/>{t}")); // {t} = <table style='width:100%'> - Define for next FUNC_WEB_SENSOR
|
||||||
XnrgCall(FUNC_WEB_SENSOR);
|
XnrgCall(FUNC_WEB_SENSOR);
|
||||||
#endif // USE_WEBSERVER
|
|
||||||
}
|
}
|
||||||
|
#endif // USE_WEBSERVER
|
||||||
}
|
}
|
||||||
EnergyFmtFree();
|
EnergyFmtFree();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user