From 584236f91f1aa8940e374a1e2b7e6c19c4ab13a7 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Tue, 4 Jun 2024 18:40:15 +0800 Subject: [PATCH] update --- CMakeLists.txt | 3 +++ a8000_protocol | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e651a24..4aac494 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,6 +39,8 @@ set(PROJECT_SOURCES iflytop_canbus/waveshare_can.cpp a8000_protocol/api/apibasic/errorcode.cpp + a8000_protocol/api/apibasic/cmdid.cpp + a8000_protocol/api/apibasic/reg_index.cpp libzqt/zui/z_function_list_box.cpp libzqt/zui/zq_vtab_page.cpp @@ -50,6 +52,7 @@ set(PROJECT_SOURCES src/tab/board_ext_tab.cpp src/tab/mini_servo_tab.cpp + a8000_protocol/api/apibasic/errorcode.cpp ) diff --git a/a8000_protocol b/a8000_protocol index a713580..9e37e00 160000 --- a/a8000_protocol +++ b/a8000_protocol @@ -1 +1 @@ -Subproject commit a71358065a9e7359f5a282d687d430ae4e2a324e +Subproject commit 9e37e00deafd2f309d2d051077f84868be4bc935