From 255e388b2bf1c7923b3856fb7dad551475435874 Mon Sep 17 00:00:00 2001 From: MowYw <271013067@qq.com> Date: 星期三, 16 十一月 2022 18:26:24 +0800 Subject: [PATCH] 给V5加蜂鸣器 --- Src/application/dw_app.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Src/application/dw_app.c b/Src/application/dw_app.c index fdd53fe..d2ea314 100644 --- a/Src/application/dw_app.c +++ b/Src/application/dw_app.c @@ -1241,8 +1241,10 @@ break; case NEARPOLL: NearPoll(); - //GetPressAndHeight(); - //intheight = Height*100; + +// GetPressAndHeight(); +// intheight = Height*100; + break; case SINGLEPOLL: // Poll(); -- Gitblit v1.9.3