Display HAE/MSL mode on startup

This commit is contained in:
a-f-G-U-C
2021-09-09 14:12:37 +00:00
committed by GitHub
co-authored by GitHub
parent b9443d87aa
commit a2f06cb077
+5
View File
@@ -327,6 +327,11 @@ GPS *createGps()
#ifdef NO_GPS #ifdef NO_GPS
return nullptr; return nullptr;
#else #else
#ifdef GPS_ALTITUDE_HAE
DEBUG_MSG("Using HAE altitude model\n");
#else
DEBUG_MSG("Using MSL altitude model\n");
#endif
// If we don't have bidirectional comms, we can't even try talking to UBLOX // If we don't have bidirectional comms, we can't even try talking to UBLOX
#ifdef GPS_TX_PIN #ifdef GPS_TX_PIN
// Init GPS - first try ublox // Init GPS - first try ublox