Rename datalayer interface

This commit is contained in:
Daniel Öster 2024-10-13 10:45:44 +03:00
parent 9fed800cae
commit 868c667929
7 changed files with 54 additions and 54 deletions

View file

@ -880,7 +880,7 @@ String processor(const String& var) {
content += "<button onclick='OTA()'>Perform OTA update</button> ";
content += "<button onclick='Settings()'>Change Settings</button> ";
content += "<button onclick='Advanced()'>Advanced Battery Insights</button> ";
content += "<button onclick='Advanced()'>More Battery Info</button> ";
content += "<button onclick='Cellmon()'>Cellmonitor</button> ";
content += "<button onclick='Events()'>Events</button> ";
content += "<button onclick='askReboot()'>Reboot Emulator</button>";