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
|
||||
#endif
|
||||
|
||||
/*
|
||||
// initialize gps time
|
||||
#if (HAS_GPS)
|
||||
fetch_gpsTime();
|
||||
#endif
|
||||
*/
|
||||
|
||||
#if (defined HAS_IF482 || defined HAS_DCF77)
|
||||
ESP_LOGI(TAG, "Starting Clock Controller...");
|
||||
|
Loading…
Reference in New Issue
Block a user