diff --git a/src/gps/GPS.cpp b/src/gps/GPS.cpp index 13afaa3e6..6a0b5e3dd 100644 --- a/src/gps/GPS.cpp +++ b/src/gps/GPS.cpp @@ -899,9 +899,7 @@ GPS *GPS::createGps() LOG_DEBUG("Using " NMEA_MSG_GXGSA " for 3DFIX and PDOP\n"); #endif - if (config.position.gps_enabled) { - new_gps->setGPSPower(true, false); - } + new_gps->setGPSPower(true, false); #ifdef PIN_GPS_RESET digitalWrite(PIN_GPS_RESET, GPS_RESET_MODE); // assert for 10ms