diff --git a/NTP/Core/Src/app_main.c b/NTP/Core/Src/app_main.c index 0416b21..7616e83 100644 --- a/NTP/Core/Src/app_main.c +++ b/NTP/Core/Src/app_main.c @@ -29,6 +29,7 @@ void app_main(void *argument) debugln("LWIP is initialized"); DS3231_Init(&hi2c1); + debugln("DS3231 is initialized"); // The stored time is always in UTC breakTime(NTPToEpochUnix(), &utc, 0);