feat: 视频与控制程序合并
This commit is contained in:
7
include/control_protocol.h
Normal file
7
include/control_protocol.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef OMNI_CONTROL_PROTOCOL_H
|
||||
#define OMNI_CONTROL_PROTOCOL_H
|
||||
|
||||
#define OMNI_CONTROL_PACKET_FLOATS 6
|
||||
#define OMNI_CONTROL_PACKET_SIZE (OMNI_CONTROL_PACKET_FLOATS * sizeof(float))
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user