This commit is contained in:
cxh 2026-01-22 15:56:37 +08:00
parent 40c8521a8b
commit 8373bca66a

View File

@ -321,7 +321,7 @@ static void handle_serial_at_data(const std::string& data)
// =======================
// QENG="servingcell" 解析
// =======================
if (line.find("+QENG:") == 0)
if (line.rfind("+QENG:", 0) == 0)
{
parse_qeng_servingcell(line);
continue;