mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Merge pull request #5795 from etracer65/esc_current_warning_default
Default OSD ESC current alarm to off
This commit is contained in:
commit
6d72a853dd
1 changed files with 1 additions and 0 deletions
|
@ -962,6 +962,7 @@ void pgResetFn_osdConfig(osdConfig_t *osdConfig)
|
|||
osdConfig->alt_alarm = 100; // meters or feet depend on configuration
|
||||
osdConfig->esc_temp_alarm = ESC_TEMP_ALARM_OFF; // off by default
|
||||
osdConfig->esc_rpm_alarm = ESC_RPM_ALARM_OFF; // off by default
|
||||
osdConfig->esc_current_alarm = ESC_CURRENT_ALARM_OFF; // off by default
|
||||
|
||||
osdConfig->ahMaxPitch = 20; // 20 degrees
|
||||
osdConfig->ahMaxRoll = 40; // 40 degrees
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue