P0功能已实现,按键、LED、过零检测、配网、OTA都已正常实现

This commit is contained in:
2026-09-04 18:49:07 +08:00
parent 2fb61a6458
commit 0de88083ba
47 changed files with 5184 additions and 26 deletions
+19
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,7 +398,25 @@ 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_periph/bsp_hw.c \
apps/usr_periph/bsp_zc.c \
apps/usr_periph/usr_rtc.c \
apps/usr_app/app_arbiter.c \
apps/usr_app/app_defer.c \
apps/usr_app/app_function.c \
apps/usr_app/app_led.c \
apps/usr_app/app_linkage.c \
apps/usr_app/app_nvm.c \
apps/usr_app/app_pair.c \
apps/usr_app/app_relay.c \
apps/usr_app/app_runrec.c \
apps/usr_app/app_th_scan.c \
apps/usr_app/app_timer_task.c \
apps/usr_app/app_zc.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_le_code/ble_proto.c \
apps/usr_le_code/bleproto.c \
apps/usr_le_code/bleproto_packer.c \