From c81502ac60a4c50f24774d6b1aee20b962843f99 Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Sun, 4 Aug 2019 15:39:25 +0200 Subject: [PATCH] main.cpp: disable gps time init to avoid i2c error --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) 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...");