mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Set lowPowerMode as false in StartAndGetLocations" into pi-dev
This commit is contained in:
@@ -191,7 +191,7 @@ void GnssHalTest::CheckLocation(GnssLocation& location, bool check_speed) {
|
||||
void GnssHalTest::StartAndCheckLocations(int count) {
|
||||
const int kMinIntervalMsec = 500;
|
||||
const int kLocationTimeoutSubsequentSec = 2;
|
||||
const bool kLowPowerMode = true;
|
||||
const bool kLowPowerMode = false;
|
||||
|
||||
SetPositionMode(kMinIntervalMsec, kLowPowerMode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user