disable failesafe mode in openwrt
- FAILSAFE= | |
- pi_failsafe_net_message=true | |
- preinit_net_echo "Please press button now to enter failsafe" | |
- pi_failsafe_net_message=false | |
- fs_wait_for_key f 'to enter failsafe mode' $fs_failsafe_wait_timeout && FAILSAFE=true && export FAILSAFE | |
+ FAILSAFE=false | |
+ #pi_failsafe_net_message=true | |
+ #preinit_net_echo "Please press button now to enter failsafe" | |
+ #pi_failsafe_net_message=false | |
+ #fs_wait_for_key f 'to enter failsafe mode' $fs_failsafe_wait_timeout && FAILSAFE=true && export FAILSAFE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment