From 23480ab197150979f4505501a1abe8a64796fb18 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期五, 04 七月 2025 18:37:07 +0800 Subject: [PATCH] 初步调好发包,解决因为uwb未open导致txlen不断溢出重启问题,两边sts配置初步调好 --- keil/include/devices/MK800X/Include/system_MK800X.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/keil/include/devices/MK800X/Include/system_MK800X.h b/keil/include/devices/MK800X/Include/system_MK800X.h index 3e31e0c..9527928 100644 --- a/keil/include/devices/MK800X/Include/system_MK800X.h +++ b/keil/include/devices/MK800X/Include/system_MK800X.h @@ -33,10 +33,10 @@ #include <stdint.h> // define the firmware version -#define FIRMWARE_VERSION "V0.6.2" +#define FIRMWARE_VERSION "V0.6.8" #define VERSION_MAJOR (0) #define VERSION_MID (6) -#define VERSION_MINOR (2) +#define VERSION_MINOR (8) // This version don't support secure boot #define SECURE_EN 0 -- Gitblit v1.9.3