Merge branch 'master' into pr-fix4154

This commit is contained in:
Ben Meadors
2024-08-30 16:31:47 -05:00
committed by GitHub
36 changed files with 980 additions and 56 deletions

View File

@@ -262,6 +262,12 @@ void setup()
#ifdef DEBUG_PORT
consoleInit(); // Set serial baud rate and init our mesh console
#endif
#if ARCH_PORTDUINO
struct timeval tv;
tv.tv_sec = time(NULL);
tv.tv_usec = 0;
perhapsSetRTC(RTCQualityNTP, &tv);
#endif
powerMonInit();