Quote:
Originally Posted by Elektron
How do I downgrade NM?
|
Just install the older version on top.
Quote:
Originally Posted by gogu1904
Is there a way to draw the NM menu somewhat larger? Now, with the last firmware, it is quite tiny. Thank you!
|
Which device are you using?
Quote:
Originally Posted by gogu1904
Just a thought: I use the Telnet and FTP menu actions of NM. Instead of having multi-line commands in the config script, I would have an .adds/nm-scripts (or even .adds/nm/scripts) folder with separate *.sh scripts to be run by each such action. This would keep the NM config file cleaner. Is there a reason for this to be a bad idea?
|
You can do that and add menu items for those scripts. The disadvantage is that you won't get access to the nickel-specific actions.
If you want, you could implement loading scripts from a directory by writing a custom generator (see src/generator_c.c).