1
0
Fork 0
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:
J Blackman 2022-10-21 14:33:16 +11:00 committed by GitHub
commit 5e7bca1576
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';
}