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
After #13462 merged, CaseSession fails on ESP32 platform because GetClock_RealTimeMS returns CHIP_ERROR_REAL_TIME_NOT_SYNCED
And why are both FreeRTOS/SystemTimeSupport.cpp and ESP32/SystemTimeSupport.cpp used on ESP32 platform? It seems ESP32 calls the GetClock_RealTimeMS from FreeRTOS platform instead of itself.
Maybe all the platforms using FreeRTOS System Time Support will have the problem now.
Proposed Solution
Remove FreeRTOS/SystemTimeSupport.cpp from the source files list of ESP32 platform
Fix the error of GetClock_RealTimeMS function in ESP32/SystemTimeSupport.cpp
The text was updated successfully, but these errors were encountered:
Problem
After #13462 merged, CaseSession fails on ESP32 platform because
GetClock_RealTimeMS
returnsCHIP_ERROR_REAL_TIME_NOT_SYNCED
And why are both FreeRTOS/SystemTimeSupport.cpp and ESP32/SystemTimeSupport.cpp used on ESP32 platform? It seems ESP32 calls the
GetClock_RealTimeMS
from FreeRTOS platform instead of itself.Maybe all the platforms using FreeRTOS System Time Support will have the problem now.
Proposed Solution
FreeRTOS/SystemTimeSupport.cpp
from the source files list of ESP32 platformGetClock_RealTimeMS
function inESP32/SystemTimeSupport.cpp
The text was updated successfully, but these errors were encountered: