You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ESP32]: increment the total operational hours inline without log (#37058)
* [ESP32]: increment the total operational hours inline without log
Since total-operational-hours is a critical information, it
intentionally uses the FreeRTOS timer to increment the values, so that
it should not be a victim of PostEvent failures.
Earlier it used to call WriteConfigValues which has the ChipLogProgress
and logging from the timer stack may overflow the timer stack. So,
inlined the implementation which do not log.
* Restyled by clang-format
* add reasoning behind the change as comment
---------
Co-authored-by: Restyled.io <commits@restyled.io>
0 commit comments