mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-23 01:36:33 +00:00
Changed FIFO pipes to UDP.
This commit is contained in:
@@ -53,6 +53,5 @@ enum COMMAND_ID {
|
||||
#define GIMBAL_PITCH_MAX 25.0f
|
||||
#define SERIAL_RESPONSE_WAIT_TIME 500
|
||||
#define SERIAL_PORT "/dev/ttyUSB0"
|
||||
#define FIFO_WHO_AM_I "CAM"
|
||||
#define FIFO_TO_GIMBAL "/tmp/fifo_to_a8_gimbal"
|
||||
#define FIFO_FROM_GIMBAL "/tmp/fifo_from_a8_gimbal"
|
||||
#define UDP_WHO_AM_I "CAM"
|
||||
#define UDP_PORT 26662
|
||||
|
||||
Reference in New Issue
Block a user