作为主设备去连接其他蓝牙设备

This commit is contained in:
lmx
2025-12-03 10:44:14 +08:00
parent 754a529211
commit 86199b822e
24 changed files with 18 additions and 16 deletions

View File

@ -0,0 +1,12 @@
#ifndef XTELL_H
#define XTELL_H
#include "system/includes.h"
// #define KS_BLE 1
#define XTELL_TEST 1
#define ACC_RANGE 16 //g加速度满量程:2、4、8、16
#endif