修改
This commit is contained in:
parent
40c8521a8b
commit
8373bca66a
@ -321,7 +321,7 @@ static void handle_serial_at_data(const std::string& data)
|
|||||||
// =======================
|
// =======================
|
||||||
// QENG="servingcell" 解析
|
// QENG="servingcell" 解析
|
||||||
// =======================
|
// =======================
|
||||||
if (line.find("+QENG:") == 0)
|
if (line.rfind("+QENG:", 0) == 0)
|
||||||
{
|
{
|
||||||
parse_qeng_servingcell(line);
|
parse_qeng_servingcell(line);
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user