暂存,去掉 蜂鸣器150mA,需要加限流电阻的
This commit is contained in:
parent
b563af413a
commit
ea904b408d
|
@ -303,7 +303,7 @@ int main(void)
|
||||||
BSP_RequestBoost();
|
BSP_RequestBoost();
|
||||||
DelayMs(1);
|
DelayMs(1);
|
||||||
ShowLed();
|
ShowLed();
|
||||||
BEEP_ON;
|
// BEEP_ON;
|
||||||
DelayMs(30);
|
DelayMs(30);
|
||||||
LED_ALL_OFF_DEINIT;
|
LED_ALL_OFF_DEINIT;
|
||||||
BEEP_OFF_DEINIT;
|
BEEP_OFF_DEINIT;
|
||||||
|
|
|
@ -105,7 +105,7 @@ static tmosEvents LED_Task_ProcessEvent(tmosTaskID taskID, tmosEvents event)
|
||||||
// LED_G_ON;
|
// LED_G_ON;
|
||||||
BSP_BlockSleep();
|
BSP_BlockSleep();
|
||||||
BSP_RequestBoost();
|
BSP_RequestBoost();
|
||||||
BEEP_ON;
|
// BEEP_ON;
|
||||||
|
|
||||||
tmos_start_task(led_task_id, CONNECT_BEEP_END_EVT, MS1_TO_SYSTEM_TIME(20));
|
tmos_start_task(led_task_id, CONNECT_BEEP_END_EVT, MS1_TO_SYSTEM_TIME(20));
|
||||||
|
|
||||||
|
|
|
@ -418,7 +418,7 @@ static uint16_t VAVLE_Task_ProcessEvent(uint8_t task_id, uint16_t events)
|
||||||
// 关阀动作,一定要先关充电的,防止其他12V用电
|
// 关阀动作,一定要先关充电的,防止其他12V用电
|
||||||
EMV_CHARGE_OFF_DEINIT;
|
EMV_CHARGE_OFF_DEINIT;
|
||||||
|
|
||||||
BEEP_ON;
|
// BEEP_ON;
|
||||||
|
|
||||||
logDebug("EMV_CHARGE_OFF_DEINIT");
|
logDebug("EMV_CHARGE_OFF_DEINIT");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue