Add class item for all items in systed

This commit is contained in:
Dmitry Borisenko
2020-07-29 00:58:59 +02:00
parent 5aa6f9482f
commit 832e6a36f1
4 changed files with 215 additions and 106 deletions

View File

@@ -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()) {