diff --git a/src/main.cpp b/src/main.cpp index 72422bbc..c6dae99e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -419,10 +419,12 @@ void setup() { #warning you did not specify a time source, time will not be synched #endif +/* // initialize gps time #if (HAS_GPS) fetch_gpsTime(); #endif +*/ #if (defined HAS_IF482 || defined HAS_DCF77) ESP_LOGI(TAG, "Starting Clock Controller...");