Merge "Set lowPowerMode as false in StartAndGetLocations" into pi-dev
am: c495cdbe2a
Change-Id: I53f9af32f68f464549dc0fe5a791d86ba060f15e
This commit is contained in:
commit
ffdaedd087
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue