File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name =ArduinoMenu library
2- version =4.17.15
2+ version =4.17.16
33author =Rui Azevedo,
[email protected] 44maintainer =neu-rah,
[email protected] 55sentence =Generic menu/interactivity system
6- paragraph =Easy to define menu system with sub-menus and associated function to call. Works either over serial or multiple combinations of IO
6+ paragraph =Easy to define menu system with sub-menus and associated function to call. Works from serial to Web depending on the hardware.
77category =Display
88url =https://github.com/neu-rah/ArduinoMenu
99dot_a_linkage =false
Original file line number Diff line number Diff line change 3838 // o<<node.sz();
3939 for (idx_t n=0 ;n<node.sz ();n++)
4040 o<<(n?" ," :" " )<<" \" " <<node[n]<<" \" " ;
41- o<<" ]" ;
41+ o<<" ], \" sel \" : \" " <<((menuVariantBase*)&node)-> sync ()<< " \" " ;
4242 }
4343 };
4444#endif
You can’t perform that action at this time.
0 commit comments