Skip to content

Commit

Permalink
[boards] PX4FMU change default baudrate and add SBUS
Browse files Browse the repository at this point in the history
  • Loading branch information
fvantienen committed Mar 5, 2019
1 parent a83a94d commit beeca4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf/boards/px4fmu_4.0.makefile
Expand Up @@ -39,14 +39,15 @@ SYS_TIME_LED ?= 1
#
# default UART configuration (RC receiver, telemetry modem, GPS)
#
SBUS_PORT ?= UART6
RADIO_CONTROL_SPEKTRUM_PRIMARY_PORT ?= UART6
#RADIO_CONTROL_SPEKTRUM_SECONDARY_PORT ?= UART7

MODEM_PORT ?= UART1
MODEM_BAUD ?= B57600

GPS_PORT ?= UART4
GPS_BAUD ?= B38400
GPS_BAUD ?= B57600

#
# default actuator configuration
Expand Down

0 comments on commit beeca4e

Please sign in to comment.