Currently it is not possible to reset the menu to its factory state:
- There is no method to reset the menu, including menu item values
- Item is assigned a default value after bootup, but once the item value is changed, we can't read the default value anymore
There is a workaround, which involves writing a custom code to set each menu item to a default value and then saving the config. However, in this code we duplicate the information stored inside our project file. For example:
- We set the default value in TcMenu Generator
- We set the same default value in our custom function to factory reset the menu

Currently it is not possible to reset the menu to its factory state:
There is a workaround, which involves writing a custom code to set each menu item to a default value and then saving the config. However, in this code we duplicate the information stored inside our project file. For example: