mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
[modules] Fix flight recorder and MAVLink frequency to TELEMETRY_FREQUENCY and configuration (#3085)
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
<firmware name="rotorcraft">
|
||||
<target name="ap" board="cube_orangeplus">
|
||||
<configure name="PERIODIC_FREQUENCY" value="500"/>
|
||||
<define name="SYS_TIME_FREQUENCY" value="1500"/><!-- To be able to send 3x IMU measurements -->
|
||||
<configure name="TELEMETRY_FREQUENCY" value="1500"/><!-- To be able to send 3x IMU measurements -->
|
||||
<!--configure name="RTOS_DEBUG" value="1"/-->
|
||||
|
||||
<module name="radio_control" type="sbus">
|
||||
|
||||
Reference in New Issue
Block a user