Skip to content

Commit c87eaa2

Browse files
committed
webmenu options
1 parent bbe4ae8 commit c87eaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/esp8266/WebMenu/WebMenu/WebMenu.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ MENU_OUTLIST(out,&serverOut);
141141
serialIn serial(Serial);
142142
NAVROOT(nav,mainMenu,MAX_DEPTH,serial,out);
143143

144-
//config myOptions('*','-',false,false,defaultNavCodes,false,true);
144+
//config myOptions('*','-',defaultNavCodes,false);
145145

146146
void webSocketEvent(uint8_t num, WStype_t type, uint8_t * payload, size_t length) {
147147
switch(type) {

0 commit comments

Comments
 (0)