feat: 增加通信参数

This commit is contained in:
bmy
2024-03-27 10:58:09 +08:00
parent 8bc484488e
commit 5343e5ac33
5 changed files with 123 additions and 55 deletions

View File

@@ -47,7 +47,7 @@ typedef union {
uint32_t u32;
int32_t s32;
float f32;
uint8_t u8;
uint8_t u8[4];
} TYPE_UNION;
typedef struct {