mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
Change LOG_LEVEL_NONE to LOG_LEVEL_DEBUG
This commit is contained in:
parent
18a5d94a8f
commit
c43e25eaf7
@ -125,7 +125,7 @@ static void _debug_fval(const char *str, float fval, uint8_t prec = 4 )
|
|||||||
{
|
{
|
||||||
char fstr[32];
|
char fstr[32];
|
||||||
dtostrfd(fval, prec, fstr);
|
dtostrfd(fval, prec, fstr);
|
||||||
AddLog_P2( LOG_LEVEL_NONE, PSTR("%s: %s"), str, fstr );
|
AddLog_P2( LOG_LEVEL_DEBUG, PSTR("%s: %s"), str, fstr );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user