firmware: small change on lcd related functions
mbaldinetti opened this issue · 1 comments
mbaldinetti commented
small change on lcd related functions:
- added wd_reset() in init_lcd() in order to prevent wdt timeout on periodi re-init
- disabled most of print in order to implement it in buffer which will be printed periodically
pat1 commented
this commit broke the implementation for multiple sensor with the same driver
implemented wd_reset()