mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-18 19:12:09 +00:00
Clean up last warning from dev
This commit is contained in:
parent
bc4caa0d4d
commit
ecbd1d1f49
@ -85,10 +85,9 @@ bool BMM150Singleton::init(ScanI2C::FoundDevice device)
|
||||
|
||||
// SW reset to make sure the device starts in a known state
|
||||
setOperationMode(BMM150_POWERMODE_NORMAL);
|
||||
setPresetMode(BMM150_PRESETMODE_REGULAR);
|
||||
setPresetMode(BMM150_PRESETMODE_LOWPOWER);
|
||||
setRate(BMM150_DATA_RATE_02HZ);
|
||||
setMeasurementXYZ();
|
||||
LOG_WARN(getMeasurementStateXYZ().c_str());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user