From 94cda459fea011bada317c9c80fc57d5a0402cb6 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Fri, 23 Aug 2024 11:29:52 +0800 Subject: [PATCH] V103 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.为压力传感器添加重发机制 2.添加开机上报功能 --- .cproject | 38 ++-------------------- .gitmodules | 6 ++-- README.md | 9 +---- app_protocols/transmit_disfection_protocol | 1 + app_protocols/zscanprotocol | 1 + stm32components | 2 +- .../preportional_valve/preportional_valve_ctrl.cpp | 6 ++-- .../pxx_pressure_sensor_bus.cpp | 14 +++++--- .../pxx_pressure_sensor_bus.hpp | 4 ++- usrc/app_main.cpp | 1 + usrc/module/h2o2_sensor.cpp | 6 ++-- usrc/project_configs.h | 2 +- 12 files changed, 30 insertions(+), 60 deletions(-) create mode 160000 app_protocols/transmit_disfection_protocol create mode 160000 app_protocols/zscanprotocol diff --git a/.cproject b/.cproject index 972787d..c7a91be 100644 --- a/.cproject +++ b/.cproject @@ -62,6 +62,7 @@ +