edit DeviceInfo def

This commit is contained in:
gisen-ponkan
2025-03-12 18:30:17 +09:00
parent 9306596a2b
commit bcaf2ec689
+1
View File
@@ -347,6 +347,7 @@ typedef struct {
LidarFeature feature; /**< LiDAR feature. */
StatusUnion status; /**< LiDAR work state status. */
uint8_t firmware_version[4]; /**< Firmware version. */
char frame_id[10];
} DeviceInfo;
/** The information of broadcast device. */