Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
arendst committed Oct 6, 2023
1 parent bc9d5ec commit 21ac018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasmota/tasmota_xdrv_driver/xdrv_03_esp32_energy.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 21ac018

Please sign in to comment.