mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
|
|
# setup serial5 for RC input, inverted 100kbaud
|
|
SERIAL5_PROTOCOL 23
|
|
SERIAL5_BAUD 100000
|
|
SERIAL5_OPTIONS 3
|
|
|
|
# setup the temperature compensation
|
|
BRD_HEAT_P 100
|
|
BRD_HEAT_I 0.15
|
|
|