Compare commits

..

No commits in common. "b54613bed17fdf70a2980bd63bf411e1ed6d196d" and "86fc0aa285f8167836ccc733303ef3c66cf56947" have entirely different histories.

View File

@ -672,9 +672,6 @@ init_config:
std::cout << value.asInt() << std::endl; // 转换并输出每个整数 std::cout << value.asInt() << std::endl; // 转换并输出每个整数
zlog_debug(zbt, "[%d] debug sensor:%x", value.asInt()); zlog_debug(zbt, "[%d] debug sensor:%x", value.asInt());
debug_slice_sensor_id_[i] = value.asInt(); debug_slice_sensor_id_[i] = value.asInt();
if (debug_slice_sensor_id_[i] != 0) {
debug_list_.insert(debug_slice_sensor_id_[i]);
}
++i; ++i;
} }
if (i == 1) { if (i == 1) {