3 Apr
2022
3 Apr
'22
1:18 a.m.
On 3/31/22 21:58, Michael Balzer wrote:
nearly there, you additionally need to set component "location" to level verbose.
Ah, I saw hdop being logged in a ESP_LOGI() call so I think the default of info was good enough, I didn't notice it wasn't the one you added. I have one module that's been up for almost a day with zero logs. I guess this can happen if rounding never occurs? if (last_dist != round(dist/10)) [....] I've attached some (anonymized) logs from my dev module. Craig