Merge from main and fix conflicts

This commit is contained in:
Jaakko Haakana 2025-07-26 16:57:29 +03:00
commit 28609f18a6
16 changed files with 128 additions and 82 deletions

View file

@ -7,3 +7,7 @@ unsigned long millis() {
uint64_t get_timestamp(unsigned long millis) {
return 0;
}
uint64_t millis64(void) {
return 0;
}