I want to “/system reset-configuration” from a file that I am “/importing” under ROS 7.6.
Is there a way to skip the “dangerous! Reset anyway?” prompt when that command is in an imported file like this?
I want to “/system reset-configuration” from a file that I am “/importing” under ROS 7.6.
Is there a way to skip the “dangerous! Reset anyway?” prompt when that command is in an imported file like this?
replace “/system reset…etc.” with
[:execute “/system reset…etc.”]
Perfect, thank you!
My two-touch provisioning system is down to one-touch now!