喷淋器 P0 功能实现

This commit is contained in:
2026-09-09 15:03:50 +08:00
parent b880b2e62b
commit 866b522c59
30 changed files with 3773 additions and 25 deletions
+12
View File
@@ -262,6 +262,7 @@ INCLUDES := \
-Iapps/usr_le_code/thirdpart/mjson \
-Iapps/usr_jb_proto/Protocol \
-Iapps/usr_jb_proto/Utils \
-Iapps/usr_app \
-Iapps/usr_periph \
-I$(SYS_INC_DIR) \
@@ -397,6 +398,17 @@ c_SRC_FILES := \
apps/usr_jb_proto/Utils/jb_common.c \
apps/usr_jb_proto/Utils/jb_ringbuffer.c \
apps/usr_jb_proto/usr_jb_main.c \
apps/usr_app/app_defer.c \
apps/usr_app/app_function.c \
apps/usr_app/app_led.c \
apps/usr_app/app_pair.c \
apps/usr_app/app_pump.c \
apps/usr_app/app_spray.c \
apps/usr_app/key.c \
apps/usr_app/key_manager.c \
apps/usr_app/led.c \
apps/usr_app/led_manager.c \
apps/usr_periph/bsp_hw.c \
apps/usr_periph/usr_rtc.c \
apps/usr_le_code/ble_proto.c \
apps/usr_le_code/bleproto.c \