periodic Update of WebUI

This commit is contained in:
2022-01-12 01:10:21 +01:00
parent 70ea944dc3
commit acb3c97c02
3 changed files with 15 additions and 0 deletions

View File

@@ -130,3 +130,8 @@ void initWebUI()
ESPUI.begin("Souko's ChainLube Mk1");
}
void UpdateWebUI()
{
ESPUI.print(label_tankRemain, String(LubeConfig.tankRemain_µl / 1000) + " ml" );
}