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
Linux does not implement GetClock_RealTimeMS and GetClock_RealTime. This leads to various modules not functioning as they are meant to and the runtime warning "The device does not support GetClock_RealTimeMS() API. This will eventually result in CASE session setup failures."
Proposed Solution
Fill in the unimplemented functions in src/platform/Linux/SystemTimeSupport.cpp (can copy them from ESP32).
The text was updated successfully, but these errors were encountered:
Problem
Linux does not implement GetClock_RealTimeMS and GetClock_RealTime. This leads to various modules not functioning as they are meant to and the runtime warning "The device does not support GetClock_RealTimeMS() API. This will eventually result in CASE session setup failures."
Proposed Solution
Fill in the unimplemented functions in src/platform/Linux/SystemTimeSupport.cpp (can copy them from ESP32).
The text was updated successfully, but these errors were encountered: