mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Merge pull request #11902 from haslinghuis/fix-osd-aux-channel-range
Fix osd_aux_channel range
This commit is contained in:
commit
5e7bca1576
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ void pgResetFn_osdConfig(osdConfig_t *osdConfig)
|
|||
osdConfig->osd_craftname_msgs = false; // Insert LQ/RSSI-dBm and warnings into CraftName
|
||||
#endif //USE_CRAFTNAME_MSGS
|
||||
|
||||
osdConfig->aux_channel = 0;
|
||||
osdConfig->aux_channel = 1;
|
||||
osdConfig->aux_scale = 200;
|
||||
osdConfig->aux_symbol = 'A';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue