changed ms to sec

This commit is contained in:
csrutil
2025-11-29 19:02:00 +08:00
parent 39503ad0b4
commit 62e180dc0f
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ protected:
bool gps_detected = false;
bool gps_active = false;
uint32_t gps_update_interval_ms = 1000; // Default 1 second
uint32_t gps_update_interval_sec = 1; // Default 1 second
#if ENV_INCLUDE_GPS
LocationProvider* _location;