mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Add class item for all items in systed
This commit is contained in:
@@ -238,7 +238,7 @@ void publishWidgets() {
|
||||
void publishWidgets() {
|
||||
auto file = seekFile("layout.txt");
|
||||
if (!file) {
|
||||
pm.error("on seek layout.txt");
|
||||
pm.error("no file layout.txt");
|
||||
return;
|
||||
}
|
||||
while (file.available()) {
|
||||
|
||||
Reference in New Issue
Block a user