Add another debug line

This commit is contained in:
2022-12-26 14:21:36 +01:00
parent 5fabde9a00
commit 4fcbf4a65f

View File

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