mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Fix GPS UART representation (status command) (#14193)
Fix GPS UART representation
This commit is contained in:
parent
ae8d57bb06
commit
9db36f66d9
1 changed files with 1 additions and 1 deletions
|
@ -4851,7 +4851,7 @@ if (buildKey) {
|
|||
if (!gpsPortConfig) {
|
||||
cliPrint("NO PORT, ");
|
||||
} else {
|
||||
cliPrintf("UART%d %ld (set to ", (gpsPortConfig->identifier + 1), baudRates[getGpsPortActualBaudRateIndex()]);
|
||||
cliPrintf("%s %ld (set to ", serialName(gpsPortConfig->identifier, invalidName), baudRates[getGpsPortActualBaudRateIndex()]);
|
||||
if (gpsConfig()->autoBaud == GPS_AUTOBAUD_ON) {
|
||||
cliPrint("AUTO");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue