TcMenu / tcMenuLib

TcMenu modular IoT menu library supporting rotary encoder, joysticks, many displays, and remote control over Ethernet and Serial
Apache License 2.0
111 stars 10 forks source link

Enable function callback for submenu #214

Closed davetcc closed 5 months ago

davetcc commented 5 months ago

Is your feature request related to a problem? Please describe. There is no reason a submenu cannot have a callback, and in fact it is rather trivial to implement the callback code.

Confirm that the bug is in the embedded library Yes it has a tracking issue in tcMenu

Describe the solution you'd like Callback works for submenu item

davetcc commented 5 months ago

See https://github.com/davetcc/tcMenu/issues/473