Browse Source

fix: remove stray initSerialGPS call

pull/321/head
taco 1 year ago
parent
commit
23f54dd924
  1. 1
      src/helpers/sensors/EnvironmentSensorManager.cpp

1
src/helpers/sensors/EnvironmentSensorManager.cpp

@ -92,7 +92,6 @@ bool EnvironmentSensorManager::querySensors(uint8_t requester_permissions, Cayen
} }
} }
initSerialGPS();
return true; return true;
} }

Loading…
Cancel
Save