Skip to content

Commit

Permalink
Update SysModInstances.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ewowi authored Apr 23, 2024
1 parent 5190baa commit b97c693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/SysMod/SysModInstances.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The instance module show all the StarMod instances in the network.

## dev

'''
```
JsonObject currentVar = ui->initCheckBox(parentVar, "on", true, false, [](JsonObject var, unsigned8 rowNr, unsigned8 funType) { switch (funType) { //varFun
case f_UIFun:
ui->setLabel(var, "On");
Expand All @@ -38,6 +38,6 @@ The instance module show all the StarMod instances in the network.
default: return false;
}});
currentVar["dash"] = true;
'''
```

🚧

0 comments on commit b97c693

Please sign in to comment.