BrewPiLess
BrewPiLess copied to clipboard
Change logging interval
My BPL reports every one minute.
I don't need that level of granularity. Is there a way to change that so it only reports every five (user set able) minutes?
Thanks
No. There is no such option. You can change the code, though. I used it for testing long time ago.
Thank you. Which file and what line please?
BrewLogger.cpp
#define LoggingPeriod 60000 //in ms
change to #define LoggingPeriod 300000 //in ms
Thank you, will make the change
Cheers,