This commit is contained in:
fujr 2025-04-08 06:23:09 +08:00
parent a833b58a83
commit afded7829b

View File

@ -24,7 +24,7 @@ esac
_execute_ats(){ _execute_ats(){
command=$1 command=$1
res=$(at $at_port $command) res=$(at $at_port $command | tr -d '\r')
m_debug "execute_ats $config_section: $command $at_port" m_debug "execute_ats $config_section: $command $at_port"
m_debug "execute_ats_result $config_section: $res" m_debug "execute_ats_result $config_section: $res"
} }