mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
[airframes] removed min,neutral,max from servos node
these attributes are not parsed in servos, only in the single sevo node now these airframe files should also fit the DTD again
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<airframe name="BOOZ2_a1">
|
||||
|
||||
<servos min="0" neutral="0" max="0xff">
|
||||
<servos>
|
||||
<servo name="FRONT" no="0" min="0" neutral="0" max="255"/>
|
||||
<servo name="BACK" no="1" min="0" neutral="0" max="255"/>
|
||||
<servo name="RIGHT" no="2" min="0" neutral="0" max="255"/>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!-- this is a custom hexa Lisa/L#3 and mikrokopter controllers -->
|
||||
<airframe name="booz2_a6">
|
||||
|
||||
<servos min="0" neutral="0" max="0xff">
|
||||
<servos>
|
||||
<servo name="BACK_RIGHT" no="0" min="0" neutral="0" max="255"/>
|
||||
<servo name="BACK_LEFT" no="1" min="0" neutral="0" max="255"/>
|
||||
<servo name="CENTER_RIGHT" no="2" min="0" neutral="0" max="255"/>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<airframe name="lisa_asctec">
|
||||
|
||||
<servos min="0" neutral="0" max="0xff">
|
||||
<servos>
|
||||
<servo name="FRONT" no="0" min="0" neutral="0" max="255"/>
|
||||
<servo name="BACK" no="1" min="0" neutral="0" max="255"/>
|
||||
<servo name="LEFT" no="2" min="0" neutral="0" max="255"/>
|
||||
|
||||
Reference in New Issue
Block a user