We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5069522 commit 074c414Copy full SHA for 074c414
examples/Confirm/Confirm/Confirm.ino
@@ -19,7 +19,7 @@ class confirmExit:public menu {
19
public:
20
confirmExit(constMEM menuNodeShadow& shadow):menu(shadow) {}
21
Used printTo(navRoot &root,bool sel,menuOut& out, idx_t idx,idx_t len,idx_t p) override {
22
- return idx<0?//idx woll be -1 when printing a menu title or a valid index when printing as option
+ return idx<0?//idx will be -1 when printing a menu title or a valid index when printing as option
23
menu::printTo(root,sel,out,idx,len,p)://when printing title
24
out.printRaw((constText*)F("Exit"),len);//when printing as regular option
25
}
0 commit comments