Closed kang2k10 closed 2 years ago
is this on the Arduino IDE?
yes. Arduino IDE v1.8.13, esp32 core 2.0.0
what libraries have you included in your code?
only one "ESP32Time.h" i compilling example from library if i change esp32 core to 1.0.6, compilling with out errors
add this at the top
Thanks. Is good solutions!
Hello. With compiling example, some errors
error: variable 'tm timeinfo' has initializer but incomplete type struct tm timeinfo = rtc.getTimeStruct(); error: invalid use of incomplete type 'struct tm' struct tm timeinfo = rtc.getTimeStruct();
How fix that ?