Skip to content

Commit

Permalink
Made propTestPWMRatio parameter a persistent parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhook committed Nov 15, 2022
1 parent fce6f32 commit 7fda52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/src/health.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ PARAM_ADD_CORE(PARAM_UINT8, startBatTest, &startBatTest)
/**
* @brief PWM ratio to use when testing propellers. Required for brushless motors. [0 - UINT16_MAX]
*/
PARAM_ADD_CORE(PARAM_UINT16, propTestPWMRatio, &propTestPWMRatio)
PARAM_ADD_CORE(PARAM_UINT16 | PARAM_PERSISTENT, propTestPWMRatio, &propTestPWMRatio)

PARAM_GROUP_STOP(health)

Expand Down

0 comments on commit 7fda52e

Please sign in to comment.