mirror of https://github.com/ArduPilot/ardupilot
16 lines
186 B
Plaintext
16 lines
186 B
Plaintext
|
NET_ENABLE 1
|
||
|
NET_OPTIONS 1
|
||
|
|
||
|
# enable hw flow control
|
||
|
UART1_RTSCTS 1
|
||
|
|
||
|
# swap TX and RX
|
||
|
UART1_OPTIONS 8
|
||
|
|
||
|
SCR_ENABLE 1
|
||
|
SCR_VM_I_COUNT 1000000
|
||
|
SCR_HEAP_SIZE 150000
|
||
|
|
||
|
WEB_ENABLE 1
|
||
|
WEB_PORT 80
|