mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 13:27:35 +08:00
Replace tab with space between param name and value to prevent bricking
This commit is contained in:
committed by
Kabir Mohammed
parent
829e88587b
commit
f692b87232
@@ -20,7 +20,7 @@ then
|
||||
param set MC_ROLL_P 2.0
|
||||
param set MC_ROLLRATE_P 0.05
|
||||
param set MC_ROLLRATE_I 0.2
|
||||
param set MC_ROLLRATE_D 0.0015
|
||||
param set MC_ROLLRATE_D 0.0015
|
||||
param set MC_ROLL_TC 0.18
|
||||
|
||||
param set MC_PITCH_P 2.0
|
||||
|
||||
Reference in New Issue
Block a user