diff --git a/src/rtc01.ino b/src/rtc01.ino index d2a748b..b3b6d92 100644 --- a/src/rtc01.ino +++ b/src/rtc01.ino @@ -2,7 +2,7 @@ #include // #include "time.h" -#define USE_NTP 0 // NTPからRTCに時刻設定するなら1 +#define USE_NTP 1 // NTPからRTCに時刻設定するなら1 void setRTCfromLT(struct tm lt) { RTC_DateTypeDef DateStruct;