Fix nav hybrid speed (#3165)

* fix incomplete rename

* add nav_hybrid to test conf for next time
This commit is contained in:
Christophe De Wagter
2023-11-06 14:52:19 +01:00
committed by GitHub
parent 7320b652aa
commit 140e359b21
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<dl_settings>
<dl_settings NAME="nav_hybrid">
<dl_setting var="nav_max_speed" min="1.0" step="1.0" max="50.0"/>
<dl_setting var="nav_hover_speed" min="0.1" step="0.1" max="10.0"/>
<dl_setting var="nav_goto_speed" min="0.1" step="0.1" max="10.0"/>
<dl_setting var="nav_max_deceleration_sp" min="0.5" step="0.1" max="10.0" shortname="max_deceleration" param="NAV_HYBRID_MAX_DECELERATION"/>
</dl_settings>
</dl_settings>