fctom1215
2021-04-28 148254bb1dc170db320bcb208ca79b0e252751d8
lib/src/main/cpp/test_common/car_sensor.cpp
@@ -202,6 +202,9 @@
    if (s->surround4 != Sensor.surround4 && s->surround4 != '#') {
        SensorChanged(SENSOR_SURROUND_CAR_4, BX(s->surround4));
    }
//    DEBUG("挡位 老的 %d 当前 %d", Sensor.gear, s->gear);
    if (s->gear != Sensor.gear && s->gear != '#') {
//        SensorChanged(GEAR, GEAR_N + s->gear);
        DEBUG("状态改变 挡位 %d", s->gear);