mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
dd0b2ce325
* Revert "Fix radio confs."
This reverts commit 3154a3883d.
* Remove bad comments
* Fix radio conf.
8 lines
502 B
XML
8 lines
502 B
XML
<!DOCTYPE radio SYSTEM "radio.dtd">
|
|
<radio name="Focus4" data_min="800" data_max="2200" sync_min="5000" sync_max="20000" pulse_type="POSITIVE">
|
|
<channel function="ROLL" min="1100" neutral="1560" max="2000" average="0" reverse="1"/>
|
|
<channel function="THROTTLE" min="1140" neutral="1140" max="1900" average="0"/>
|
|
<channel function="PITCH" max="1940" neutral="1520" min="1120" average="0" reverse="1"/>
|
|
<channel function="MODE" min="920" neutral="1530" max="2144" average="11" reverse="1"/>
|
|
</radio>
|