diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f09571..9027759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog * Unreleased +* v1.0.5 (2022-03-25) + * Add a `uint16_t` template parameter to `CoroutineTemplate` for + compatibility with AceRoutine v1.5.0. * v1.0.4 (2022-01-18) * Add `EspSntpClock` class which configures the SNTP client on the ESP8266 and ESP32 platforms, sets the `configTime()` timezone to UTC, and exposes diff --git a/README.md b/README.md index c4c6282..18f67fc 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ in the future. This library can be an alternative to the Arduino Time (https://github.com/PaulStoffregen/Time) library. -**Version**: v1.0.4 (2022-01-18) +**Version**: v1.0.5 (2022-03-25) **Changelog**: [CHANGELOG.md](CHANGELOG.md) diff --git a/docs/doxygen.cfg b/docs/doxygen.cfg index 8f19ad5..63121bd 100644 --- a/docs/doxygen.cfg +++ b/docs/doxygen.cfg @@ -38,7 +38,7 @@ PROJECT_NAME = "AceTimeClock" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.0.4 +PROJECT_NUMBER = 1.0.5 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/docs/html/AceTimeClock_8h_source.html b/docs/html/AceTimeClock_8h_source.html index 37e96bc..f3a7527 100644 --- a/docs/html/AceTimeClock_8h_source.html +++ b/docs/html/AceTimeClock_8h_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
@@ -100,8 +100,8 @@
38 
39 
40 // Version format: xxyyzz == "xx.yy.zz"
-
41 #define ACE_TIME_CLOCK_VERSION 10004
-
42 #define ACE_TIME_CLOCK_VERSION_STRING "1.0.4"
+
41 #define ACE_TIME_CLOCK_VERSION 10005
+
42 #define ACE_TIME_CLOCK_VERSION_STRING "1.0.5"
43 
44 #endif
diff --git a/docs/html/ClockInterface_8h_source.html b/docs/html/ClockInterface_8h_source.html index 4e90879..950f8cd 100644 --- a/docs/html/ClockInterface_8h_source.html +++ b/docs/html/ClockInterface_8h_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/Clock_8h_source.html b/docs/html/Clock_8h_source.html index e8f90c7..3ea84fe 100644 --- a/docs/html/Clock_8h_source.html +++ b/docs/html/Clock_8h_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/DS3231Clock_8h_source.html b/docs/html/DS3231Clock_8h_source.html index a1940b4..fe7744d 100644 --- a/docs/html/DS3231Clock_8h_source.html +++ b/docs/html/DS3231Clock_8h_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/DS3231_8h_source.html b/docs/html/DS3231_8h_source.html index cc58bc7..8962da7 100644 --- a/docs/html/DS3231_8h_source.html +++ b/docs/html/DS3231_8h_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/EspSntpClock_8cpp_source.html b/docs/html/EspSntpClock_8cpp_source.html index 46b1ebf..b5bd6f4 100644 --- a/docs/html/EspSntpClock_8cpp_source.html +++ b/docs/html/EspSntpClock_8cpp_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/EspSntpClock_8h_source.html b/docs/html/EspSntpClock_8h_source.html index c882616..87de112 100644 --- a/docs/html/EspSntpClock_8h_source.html +++ b/docs/html/EspSntpClock_8h_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/HardwareDateTime_8cpp_source.html b/docs/html/HardwareDateTime_8cpp_source.html index 38c3166..002c594 100644 --- a/docs/html/HardwareDateTime_8cpp_source.html +++ b/docs/html/HardwareDateTime_8cpp_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/HardwareDateTime_8h_source.html b/docs/html/HardwareDateTime_8h_source.html index 6b3f98b..c0a68a9 100644 --- a/docs/html/HardwareDateTime_8h_source.html +++ b/docs/html/HardwareDateTime_8h_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/HardwareTemperature_8h_source.html b/docs/html/HardwareTemperature_8h_source.html index 49b49a4..b83875c 100644 --- a/docs/html/HardwareTemperature_8h_source.html +++ b/docs/html/HardwareTemperature_8h_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/NtpClock_8cpp_source.html b/docs/html/NtpClock_8cpp_source.html index 55c22db..880bffc 100644 --- a/docs/html/NtpClock_8cpp_source.html +++ b/docs/html/NtpClock_8cpp_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/NtpClock_8h_source.html b/docs/html/NtpClock_8h_source.html index 24e18b9..5ece760 100644 --- a/docs/html/NtpClock_8h_source.html +++ b/docs/html/NtpClock_8h_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/Stm32F1Clock_8h_source.html b/docs/html/Stm32F1Clock_8h_source.html index bd80812..7c2be07 100644 --- a/docs/html/Stm32F1Clock_8h_source.html +++ b/docs/html/Stm32F1Clock_8h_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/Stm32F1Rtc_8cpp_source.html b/docs/html/Stm32F1Rtc_8cpp_source.html index e67f900..2422704 100644 --- a/docs/html/Stm32F1Rtc_8cpp_source.html +++ b/docs/html/Stm32F1Rtc_8cpp_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/Stm32F1Rtc_8h_source.html b/docs/html/Stm32F1Rtc_8h_source.html index 9625091..5237ed8 100644 --- a/docs/html/Stm32F1Rtc_8h_source.html +++ b/docs/html/Stm32F1Rtc_8h_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/StmRtcClock_8h_source.html b/docs/html/StmRtcClock_8h_source.html index c4a6104..98e14ee 100644 --- a/docs/html/StmRtcClock_8h_source.html +++ b/docs/html/StmRtcClock_8h_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/StmRtc_8cpp_source.html b/docs/html/StmRtc_8cpp_source.html index b27ef43..3452b25 100644 --- a/docs/html/StmRtc_8cpp_source.html +++ b/docs/html/StmRtc_8cpp_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/StmRtc_8h_source.html b/docs/html/StmRtc_8h_source.html index 17b473c..ce2d1a3 100644 --- a/docs/html/StmRtc_8h_source.html +++ b/docs/html/StmRtc_8h_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/SystemClockCoroutine_8h_source.html b/docs/html/SystemClockCoroutine_8h_source.html index b4218df..5d2f2f8 100644 --- a/docs/html/SystemClockCoroutine_8h_source.html +++ b/docs/html/SystemClockCoroutine_8h_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
@@ -96,7 +96,7 @@
49 template <typename T_SCCI, typename T_CRCI>
50 class SystemClockCoroutineTemplate :
51  public SystemClockTemplate<T_SCCI>,
-
52  public ace_routine::CoroutineTemplate<T_CRCI> {
+
52  public ace_routine::CoroutineTemplate<T_CRCI, uint16_t> {
53 
54  public:
71  explicit SystemClockCoroutineTemplate(
@@ -107,7 +107,7 @@
76  uint16_t requestTimeoutMillis = 1000,
77  ace_common::TimingStats* timingStats = nullptr):
78  SystemClockTemplate<T_SCCI>(referenceClock, backupClock),
-
79  ace_routine::CoroutineTemplate<T_CRCI>(),
+
79  ace_routine::CoroutineTemplate<T_CRCI, uint16_t>(),
80  mSyncPeriodSeconds(syncPeriodSeconds),
81  mRequestTimeoutMillis(requestTimeoutMillis),
82  mTimingStats(timingStats),
diff --git a/docs/html/SystemClockLoop_8h_source.html b/docs/html/SystemClockLoop_8h_source.html index ec0eb85..a02fc57 100644 --- a/docs/html/SystemClockLoop_8h_source.html +++ b/docs/html/SystemClockLoop_8h_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/SystemClock_8h_source.html b/docs/html/SystemClock_8h_source.html index 4ec55e4..ad3b54c 100644 --- a/docs/html/SystemClock_8h_source.html +++ b/docs/html/SystemClock_8h_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/UnixClock_8h_source.html b/docs/html/UnixClock_8h_source.html index d61c044..bfba50a 100644 --- a/docs/html/UnixClock_8h_source.html +++ b/docs/html/UnixClock_8h_source.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/annotated.html b/docs/html/annotated.html index b62bcce..a9a942f 100644 --- a/docs/html/annotated.html +++ b/docs/html/annotated.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1clock_1_1Clock-members.html b/docs/html/classace__time_1_1clock_1_1Clock-members.html index 023da33..bb5e599 100644 --- a/docs/html/classace__time_1_1clock_1_1Clock-members.html +++ b/docs/html/classace__time_1_1clock_1_1Clock-members.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1clock_1_1Clock.html b/docs/html/classace__time_1_1clock_1_1Clock.html index 63ecd03..3a775fd 100644 --- a/docs/html/classace__time_1_1clock_1_1Clock.html +++ b/docs/html/classace__time_1_1clock_1_1Clock.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1clock_1_1DS3231Clock-members.html b/docs/html/classace__time_1_1clock_1_1DS3231Clock-members.html index 0760054..cd36dd2 100644 --- a/docs/html/classace__time_1_1clock_1_1DS3231Clock-members.html +++ b/docs/html/classace__time_1_1clock_1_1DS3231Clock-members.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1clock_1_1DS3231Clock.html b/docs/html/classace__time_1_1clock_1_1DS3231Clock.html index 0523499..5ebf73b 100644 --- a/docs/html/classace__time_1_1clock_1_1DS3231Clock.html +++ b/docs/html/classace__time_1_1clock_1_1DS3231Clock.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1clock_1_1EspSntpClock-members.html b/docs/html/classace__time_1_1clock_1_1EspSntpClock-members.html index e7b9bcf..5880b49 100644 --- a/docs/html/classace__time_1_1clock_1_1EspSntpClock-members.html +++ b/docs/html/classace__time_1_1clock_1_1EspSntpClock-members.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1clock_1_1EspSntpClock.html b/docs/html/classace__time_1_1clock_1_1EspSntpClock.html index a1bb0af..a38f557 100644 --- a/docs/html/classace__time_1_1clock_1_1EspSntpClock.html +++ b/docs/html/classace__time_1_1clock_1_1EspSntpClock.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1clock_1_1NtpClock-members.html b/docs/html/classace__time_1_1clock_1_1NtpClock-members.html index 39c04b4..27d31da 100644 --- a/docs/html/classace__time_1_1clock_1_1NtpClock-members.html +++ b/docs/html/classace__time_1_1clock_1_1NtpClock-members.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1clock_1_1NtpClock.html b/docs/html/classace__time_1_1clock_1_1NtpClock.html index 72121de..b5dac4a 100644 --- a/docs/html/classace__time_1_1clock_1_1NtpClock.html +++ b/docs/html/classace__time_1_1clock_1_1NtpClock.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1clock_1_1SystemClockLoopTemplate-members.html b/docs/html/classace__time_1_1clock_1_1SystemClockLoopTemplate-members.html index 2021138..23b04c9 100644 --- a/docs/html/classace__time_1_1clock_1_1SystemClockLoopTemplate-members.html +++ b/docs/html/classace__time_1_1clock_1_1SystemClockLoopTemplate-members.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1clock_1_1SystemClockLoopTemplate.html b/docs/html/classace__time_1_1clock_1_1SystemClockLoopTemplate.html index 555b2de..c08f372 100644 --- a/docs/html/classace__time_1_1clock_1_1SystemClockLoopTemplate.html +++ b/docs/html/classace__time_1_1clock_1_1SystemClockLoopTemplate.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1clock_1_1SystemClockTemplate-members.html b/docs/html/classace__time_1_1clock_1_1SystemClockTemplate-members.html index 6baf993..013fa70 100644 --- a/docs/html/classace__time_1_1clock_1_1SystemClockTemplate-members.html +++ b/docs/html/classace__time_1_1clock_1_1SystemClockTemplate-members.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1clock_1_1SystemClockTemplate.html b/docs/html/classace__time_1_1clock_1_1SystemClockTemplate.html index 867a396..ffdf954 100644 --- a/docs/html/classace__time_1_1clock_1_1SystemClockTemplate.html +++ b/docs/html/classace__time_1_1clock_1_1SystemClockTemplate.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1clock_1_1UnixClock-members.html b/docs/html/classace__time_1_1clock_1_1UnixClock-members.html index f90182e..08a03e3 100644 --- a/docs/html/classace__time_1_1clock_1_1UnixClock-members.html +++ b/docs/html/classace__time_1_1clock_1_1UnixClock-members.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1clock_1_1UnixClock.html b/docs/html/classace__time_1_1clock_1_1UnixClock.html index 11a4c87..5029073 100644 --- a/docs/html/classace__time_1_1clock_1_1UnixClock.html +++ b/docs/html/classace__time_1_1clock_1_1UnixClock.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1hw_1_1ClockInterface-members.html b/docs/html/classace__time_1_1hw_1_1ClockInterface-members.html index 056ebdc..9cb93a9 100644 --- a/docs/html/classace__time_1_1hw_1_1ClockInterface-members.html +++ b/docs/html/classace__time_1_1hw_1_1ClockInterface-members.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1hw_1_1ClockInterface.html b/docs/html/classace__time_1_1hw_1_1ClockInterface.html index 3b67788..ed4ab6c 100644 --- a/docs/html/classace__time_1_1hw_1_1ClockInterface.html +++ b/docs/html/classace__time_1_1hw_1_1ClockInterface.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1hw_1_1DS3231-members.html b/docs/html/classace__time_1_1hw_1_1DS3231-members.html index db0f41a..39769a0 100644 --- a/docs/html/classace__time_1_1hw_1_1DS3231-members.html +++ b/docs/html/classace__time_1_1hw_1_1DS3231-members.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classace__time_1_1hw_1_1DS3231.html b/docs/html/classace__time_1_1hw_1_1DS3231.html index c8228a7..0b5f67a 100644 --- a/docs/html/classace__time_1_1hw_1_1DS3231.html +++ b/docs/html/classace__time_1_1hw_1_1DS3231.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/classes.html b/docs/html/classes.html index 3d053cb..5e3317e 100644 --- a/docs/html/classes.html +++ b/docs/html/classes.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/dir_173dd563440c1e02d7e3957b90659cd7.html b/docs/html/dir_173dd563440c1e02d7e3957b90659cd7.html index c62a598..0baf3e5 100644 --- a/docs/html/dir_173dd563440c1e02d7e3957b90659cd7.html +++ b/docs/html/dir_173dd563440c1e02d7e3957b90659cd7.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/dir_1a3db1509c5a81eeb8e8fbfe5ac0febc.html b/docs/html/dir_1a3db1509c5a81eeb8e8fbfe5ac0febc.html index a4b0d6a..1d5244a 100644 --- a/docs/html/dir_1a3db1509c5a81eeb8e8fbfe5ac0febc.html +++ b/docs/html/dir_1a3db1509c5a81eeb8e8fbfe5ac0febc.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html b/docs/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html index ded7253..7751087 100644 --- a/docs/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html +++ b/docs/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/dir_710a5327734d15938c9752b39a7d94e5.html b/docs/html/dir_710a5327734d15938c9752b39a7d94e5.html index 781b176..b56a5ae 100644 --- a/docs/html/dir_710a5327734d15938c9752b39a7d94e5.html +++ b/docs/html/dir_710a5327734d15938c9752b39a7d94e5.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/files.html b/docs/html/files.html index 674f06a..3f062e8 100644 --- a/docs/html/files.html +++ b/docs/html/files.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/functions.html b/docs/html/functions.html index 0bcbb4d..a3c5a5e 100644 --- a/docs/html/functions.html +++ b/docs/html/functions.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/functions_func.html b/docs/html/functions_func.html index 4a98cdc..ea04b42 100644 --- a/docs/html/functions_func.html +++ b/docs/html/functions_func.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/functions_vars.html b/docs/html/functions_vars.html index abe5ac8..c35fa6f 100644 --- a/docs/html/functions_vars.html +++ b/docs/html/functions_vars.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/graph_legend.html b/docs/html/graph_legend.html index 36bbe65..065f5f8 100644 --- a/docs/html/graph_legend.html +++ b/docs/html/graph_legend.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/hierarchy.html b/docs/html/hierarchy.html index 3110eca..848dccd 100644 --- a/docs/html/hierarchy.html +++ b/docs/html/hierarchy.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/index.html b/docs/html/index.html index d164bd5..0be9b6b 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/inherits.html b/docs/html/inherits.html index a526b6e..b2ccece 100644 --- a/docs/html/inherits.html +++ b/docs/html/inherits.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/structace__time_1_1hw_1_1HardwareDateTime-members.html b/docs/html/structace__time_1_1hw_1_1HardwareDateTime-members.html index b1645d5..5dafd5c 100644 --- a/docs/html/structace__time_1_1hw_1_1HardwareDateTime-members.html +++ b/docs/html/structace__time_1_1hw_1_1HardwareDateTime-members.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/structace__time_1_1hw_1_1HardwareDateTime.html b/docs/html/structace__time_1_1hw_1_1HardwareDateTime.html index 344497b..a5edd3e 100644 --- a/docs/html/structace__time_1_1hw_1_1HardwareDateTime.html +++ b/docs/html/structace__time_1_1hw_1_1HardwareDateTime.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/structace__time_1_1hw_1_1HardwareTemperature-members.html b/docs/html/structace__time_1_1hw_1_1HardwareTemperature-members.html index cec84e2..fc08e77 100644 --- a/docs/html/structace__time_1_1hw_1_1HardwareTemperature-members.html +++ b/docs/html/structace__time_1_1hw_1_1HardwareTemperature-members.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/docs/html/structace__time_1_1hw_1_1HardwareTemperature.html b/docs/html/structace__time_1_1hw_1_1HardwareTemperature.html index e877f58..cf62ad1 100644 --- a/docs/html/structace__time_1_1hw_1_1HardwareTemperature.html +++ b/docs/html/structace__time_1_1hw_1_1HardwareTemperature.html @@ -22,7 +22,7 @@
AceTimeClock -  1.0.4 +  1.0.5
Clock classes for Arduino that can synchronize from an NTP server or an RTC chip
diff --git a/examples/AutoBenchmark/README.md b/examples/AutoBenchmark/README.md index 1bffc87..4e335f2 100644 --- a/examples/AutoBenchmark/README.md +++ b/examples/AutoBenchmark/README.md @@ -2,7 +2,7 @@ Here are the results from `AutoBenchmark.ino` for various boards. -**Version**: AceTimeClock v1.0.4 +**Version**: AceTimeClock v1.0.5 **DO NOT EDIT**: This file was auto-generated using `make README.md`. diff --git a/examples/AutoBenchmark/generate_readme.py b/examples/AutoBenchmark/generate_readme.py index 3edd35f..4296328 100755 --- a/examples/AutoBenchmark/generate_readme.py +++ b/examples/AutoBenchmark/generate_readme.py @@ -26,7 +26,7 @@ Here are the results from `AutoBenchmark.ino` for various boards. -**Version**: AceTimeClock v1.0.4 +**Version**: AceTimeClock v1.0.5 **DO NOT EDIT**: This file was auto-generated using `make README.md`. diff --git a/examples/MemoryBenchmark/README.md b/examples/MemoryBenchmark/README.md index 38c754c..b3caa4f 100644 --- a/examples/MemoryBenchmark/README.md +++ b/examples/MemoryBenchmark/README.md @@ -5,7 +5,7 @@ memory and static RAM sizes were recorded. The `FEATURE_BASELINE` selection is the baseline, and its memory usage numbers are subtracted from the subsequent `FEATURE_*` memory usage. -**Version**: AceTimeClock v1.0.4 +**Version**: AceTimeClock v1.0.5 **DO NOT EDIT**: This file was auto-generated using `make README.md`. diff --git a/examples/MemoryBenchmark/generate_readme.py b/examples/MemoryBenchmark/generate_readme.py index 1166e6f..e9c651c 100755 --- a/examples/MemoryBenchmark/generate_readme.py +++ b/examples/MemoryBenchmark/generate_readme.py @@ -29,7 +29,7 @@ the baseline, and its memory usage numbers are subtracted from the subsequent `FEATURE_*` memory usage. -**Version**: AceTimeClock v1.0.4 +**Version**: AceTimeClock v1.0.5 **DO NOT EDIT**: This file was auto-generated using `make README.md`. diff --git a/library.properties b/library.properties index 54eacf0..1d8dafe 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=AceTimeClock -version=1.0.4 +version=1.0.5 author=Brian T. Park maintainer=Brian T. Park sentence=Clock classes for Arduino that can synchronize from an NTP server or an RTC chip. diff --git a/src/AceTimeClock.h b/src/AceTimeClock.h index 6c25981..749e8eb 100644 --- a/src/AceTimeClock.h +++ b/src/AceTimeClock.h @@ -38,7 +38,7 @@ // Version format: xxyyzz == "xx.yy.zz" -#define ACE_TIME_CLOCK_VERSION 10004 -#define ACE_TIME_CLOCK_VERSION_STRING "1.0.4" +#define ACE_TIME_CLOCK_VERSION 10005 +#define ACE_TIME_CLOCK_VERSION_STRING "1.0.5" #endif diff --git a/src/ace_time/clock/SystemClockCoroutine.h b/src/ace_time/clock/SystemClockCoroutine.h index 1b2b2c3..3b3193d 100644 --- a/src/ace_time/clock/SystemClockCoroutine.h +++ b/src/ace_time/clock/SystemClockCoroutine.h @@ -49,7 +49,7 @@ namespace clock { template class SystemClockCoroutineTemplate : public SystemClockTemplate, - public ace_routine::CoroutineTemplate { + public ace_routine::CoroutineTemplate { public: /** @@ -76,7 +76,7 @@ class SystemClockCoroutineTemplate : uint16_t requestTimeoutMillis = 1000, ace_common::TimingStats* timingStats = nullptr): SystemClockTemplate(referenceClock, backupClock), - ace_routine::CoroutineTemplate(), + ace_routine::CoroutineTemplate(), mSyncPeriodSeconds(syncPeriodSeconds), mRequestTimeoutMillis(requestTimeoutMillis), mTimingStats(timingStats),