main.cpp: disable gps time init to avoid i2c error
This commit is contained in:
parent
1efc9be6c3
commit
c81502ac60
@ -419,10 +419,12 @@ void setup() {
|
|||||||
#warning you did not specify a time source, time will not be synched
|
#warning you did not specify a time source, time will not be synched
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
// initialize gps time
|
// initialize gps time
|
||||||
#if (HAS_GPS)
|
#if (HAS_GPS)
|
||||||
fetch_gpsTime();
|
fetch_gpsTime();
|
||||||
#endif
|
#endif
|
||||||
|
*/
|
||||||
|
|
||||||
#if (defined HAS_IF482 || defined HAS_DCF77)
|
#if (defined HAS_IF482 || defined HAS_DCF77)
|
||||||
ESP_LOGI(TAG, "Starting Clock Controller...");
|
ESP_LOGI(TAG, "Starting Clock Controller...");
|
||||||
|
Loading…
Reference in New Issue
Block a user