fix soft reboot

This commit is contained in:
fujr 2024-11-13 14:24:54 +08:00
parent 56f5ead1a2
commit 9f116c5270

View File

@ -299,7 +299,7 @@ get_info()
soft_reboot() soft_reboot()
{ {
at_command="AT+CFUN=1,1" at_command="AT+CFUN=1,1"
echo "at $at_port $at_command" > /tmp/555/value at $at_port $at_command
} }
hard_reboot() hard_reboot()