实现自动识别MSP或者MAVLINK,以及数据解析功能

This commit is contained in:
OPTOC
2025-09-02 14:20:56 +08:00
parent 9f79709f62
commit 2e5b3416a6
3 changed files with 13 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
#include "device.h"
#include "../led_strip/led_strip.h"
#include "key.h"
#include "protocol/p_protocol.h"
typedef struct
{
device_t device;