Skip to content
Snippets Groups Projects
Commit c9890996 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

Plane: enable PX4IO dual telemetry devices

parent 8041768c
No related branches found
No related tags found
No related merge requests found
...@@ -149,6 +149,7 @@ ...@@ -149,6 +149,7 @@
# define C_LED_PIN 25 # define C_LED_PIN 25
# define LED_ON LOW # define LED_ON LOW
# define LED_OFF HIGH # define LED_OFF HIGH
# define USB_MUX_PIN -1
# define BATTERY_VOLT_PIN -1 # define BATTERY_VOLT_PIN -1
# define BATTERY_CURR_PIN -1 # define BATTERY_CURR_PIN -1
# define CONFIG_INS_TYPE CONFIG_INS_PX4 # define CONFIG_INS_TYPE CONFIG_INS_PX4
...@@ -159,7 +160,7 @@ ...@@ -159,7 +160,7 @@
# define MAG_ORIENTATION ROTATION_NONE # define MAG_ORIENTATION ROTATION_NONE
# define CONFIG_BARO AP_BARO_PX4 # define CONFIG_BARO AP_BARO_PX4
# define CONFIG_COMPASS AP_COMPASS_PX4 # define CONFIG_COMPASS AP_COMPASS_PX4
# define SERIAL0_BAUD 57600 # define SERIAL0_BAUD 115200
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment