main.cpp: disable gps time init to avoid i2c error

This commit is contained in:
Verkehrsrot 2019-08-04 15:39:25 +02:00
parent 1efc9be6c3
commit c81502ac60

View File

@ -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...");