Change RTCQuality acceptance criteria (#1797)
Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
This commit is contained in:
co-authored by
GitHub
Thomas Göttgens
parent
2555e082d6
commit
028b25cfe8
+1
-1
@@ -16,7 +16,7 @@ enum RTCQuality {
|
||||
RTCQualityFromNet = 2,
|
||||
|
||||
/// Our time is based on NTP
|
||||
RTCQualityNTP= 3,
|
||||
RTCQualityNTP = 3,
|
||||
|
||||
/// Our time is based on our own GPS
|
||||
RTCQualityGPS = 4
|
||||
|
||||
Reference in New Issue
Block a user