Tame log levels
This commit is contained in:
parent
59f2aad3db
commit
3d6b4eaef1
2 changed files with 1 additions and 3 deletions
|
|
@ -12,8 +12,6 @@ int main(void) {
|
||||||
LOG_ERR("Error initializing ADC.");
|
LOG_ERR("Error initializing ADC.");
|
||||||
}
|
}
|
||||||
|
|
||||||
// RET_IF_ERR_MSG(123, "TEST");
|
|
||||||
|
|
||||||
prst_adc_read_t batt;
|
prst_adc_read_t batt;
|
||||||
prst_adc_soil_moisture_t soil;
|
prst_adc_soil_moisture_t soil;
|
||||||
prst_adc_photo_sensor_t photo;
|
prst_adc_photo_sensor_t photo;
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
#include "macros.h"
|
#include "macros.h"
|
||||||
|
|
||||||
LOG_MODULE_REGISTER(adc, LOG_LEVEL_DBG);
|
LOG_MODULE_REGISTER(adc, LOG_LEVEL_WRN);
|
||||||
|
|
||||||
// PWM spec for square wave. Input to the soil sensing circuit.
|
// PWM spec for square wave. Input to the soil sensing circuit.
|
||||||
static const struct pwm_dt_spec soil_pwm_dt =
|
static const struct pwm_dt_spec soil_pwm_dt =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue