mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 09:43:03 +00:00
Replaced all of the logging with proper log levels
This commit is contained in:
@@ -11,7 +11,7 @@ LPS22HBSensor::LPS22HBSensor() :
|
||||
}
|
||||
|
||||
int32_t LPS22HBSensor::runOnce() {
|
||||
LOG_DEBUG("Init sensor: %s\n", sensorName);
|
||||
LOG_INFO("Init sensor: %s\n", sensorName);
|
||||
if (!hasSensor()) {
|
||||
return DEFAULT_SENSOR_MINIMUM_WAIT_TIME_BETWEEN_READS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user