源码/核心板/Src/application/beep_logic_app.c
@@ -69,11 +69,11 @@ { static u8 distoffset12=0,distoffset22=0; static uint8_t beep_state2,timer_state2,beep_timer2,beep_ontime2,beep_offtime2; if (min_dist <= g_com_map[ALARM_DISTANCE2]+distoffset12) if (min_dist <= g_com_map[RELAY2_DISTANCE2]+distoffset12) { alarm2 = BAOJING_ALARM; } else if (min_dist <= g_com_map[ALARM_DISTANCE3]+distoffset22) else if (min_dist <= g_com_map[RELAY2_DISTANCE3]+distoffset22) { alarm2 = YUJING_ALARM; }