Add support for the RV-3028 on native Linux (#7802)

This commit is contained in:
Jonathan Bennett
2025-09-01 08:04:04 -05:00
committed by Ben Meadors
co-authored by Ben Meadors
parent fddc4e00ca
commit bd3cbfc1ad
5 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -419,7 +419,7 @@ void setup()
struct timeval tv;
tv.tv_sec = time(NULL);
tv.tv_usec = 0;
perhapsSetRTC(RTCQualityNTP, &tv);
perhapsSetRTC(RTCQualityDevice, &tv);
#endif
powerMonInit();