Skip to content

Commit

Permalink
simulator not working at 120Hz
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Sep 23, 2023
1 parent 53fa475 commit 23cb32e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conf/airframes/ENAC/fixed-wing/disco.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
<airframe name="Disco">

<firmware name="fixedwing">
<configure name="PERIODIC_FREQUENCY" value="120"/>
<configure name="USE_MAGNETOMETER" value="TRUE"/>

<target name="ap" board="disco">
<configure name="PERIODIC_FREQUENCY" value="120"/>
<module name="radio_control" type="sbus"/>
</target>
<target name="sim" board="pc">
<configure name="SYS_TIME_FREQUENCY" value="120"/>
<configure name="PERIODIC_FREQUENCY" value="60"/>
<module name="radio_control" type="ppm"/>
</target>

Expand Down

0 comments on commit 23cb32e

Please sign in to comment.