feat: 增加通信内容

This commit is contained in:
2024-03-30 11:51:14 +08:00
parent a9b488bc6e
commit add61d0af3
5 changed files with 32 additions and 20 deletions

View File

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