mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-24 03:31:14 +00:00
Remove remaining \n from log lines. (#5675)
This commit is contained in:
@@ -88,13 +88,13 @@ bool QMA6100PSingleton::init(ScanI2C::FoundDevice device)
|
||||
bool status = begin(device.address.address, &Wire);
|
||||
#endif
|
||||
if (status != true) {
|
||||
LOG_WARN("QMA6100P init begin failed\n");
|
||||
LOG_WARN("QMA6100P init begin failed");
|
||||
return false;
|
||||
}
|
||||
delay(20);
|
||||
// SW reset to make sure the device starts in a known state
|
||||
if (softwareReset() != true) {
|
||||
LOG_WARN("QMA6100P init reset failed\n");
|
||||
LOG_WARN("QMA6100P init reset failed");
|
||||
return false;
|
||||
}
|
||||
delay(20);
|
||||
@@ -180,4 +180,4 @@ bool QMA6100PSingleton::setWakeOnMotion()
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user