Skip to content

Commit

Permalink
Merge pull request #16 from bxparks/develop
Browse files Browse the repository at this point in the history
merge 1.2.1 into master
  • Loading branch information
bxparks authored Nov 7, 2022
2 parents 9a1d230 + 8ee9404 commit 0f739e9
Show file tree
Hide file tree
Showing 81 changed files with 189 additions and 111 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aunit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
git clone https://github.com/bxparks/AceSorting
git clone https://github.com/bxparks/AceTime
git clone https://github.com/bxparks/AceWire
git clone https://github.com/hsaturn/EspMock
- name: Verify examples
run: |
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

* Unreleased
* v1.2.1 (2022-11-06)
* Fix incorrect reference to
`LocalDate::secondsToCurrentEpochFromUnixEpoch64` instead of
`Epoch::secondsToCurrentEpochFromUnixEpoch64`.
* Enable GitHub Actions for ESP8266 examples (HelloEspSntpClock,
HelloNtpClock, HelloNtpClockLazy) to catch compiler errors.
* Depends on EpoxyDuino v1.4.0, and hsaturn/EspMock v0.1.
* v1.2.0 (2022-11-04)
* Replace `LocalDate::kEpochYear` with `HardwareDateTime::kBaseYear`
since AceTime current epoch is no longer a constant and AceTime no longer
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ in the future.
This library can be an alternative to the Arduino Time
(https://github.com/PaulStoffregen/Time) library.

**Version**: v1.2.0 (2022-11-04)
**Version**: v1.2.1 (2022-11-06)

**Changelog**: [CHANGELOG.md](CHANGELOG.md)

Expand Down Expand Up @@ -174,6 +174,7 @@ machine, you need:

* AUnit (https://github.com/bxparks/AUnit)
* EpoxyDuino (https://github.com/bxparks/EpoxyDuino)
* EspMock (https://github.com/hsaturn/EspMock)

<a name="Documentation"></a>
## Documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
PROJECT_NUMBER = 1.2.1

# 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
Expand Down
6 changes: 3 additions & 3 deletions docs/html/AceTimeClock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down Expand Up @@ -99,8 +99,8 @@
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#endif </span><span class="comment">// #if defined(ARDUINO_ARCH_STM32) || defined(EPOXY_DUINO)</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; </div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="comment">// Version format: xxyyzz == &quot;xx.yy.zz&quot;</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor">#define ACE_TIME_CLOCK_VERSION 10200</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor">#define ACE_TIME_CLOCK_VERSION_STRING &quot;1.2.0&quot;</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="preprocessor">#define ACE_TIME_CLOCK_VERSION 10201</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="preprocessor">#define ACE_TIME_CLOCK_VERSION_STRING &quot;1.2.1&quot;</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; </div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="preprocessor">#endif</span></div>
</div><!-- fragment --></div><!-- contents -->
Expand Down
2 changes: 1 addition & 1 deletion docs/html/ClockInterface_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Clock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/DS3231Clock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/DS3231_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
4 changes: 2 additions & 2 deletions docs/html/EspSntpClock_8cpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down Expand Up @@ -74,7 +74,7 @@
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#include &lt;Arduino.h&gt;</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#include &quot;EspSntpClock.h&quot;</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160; </div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#if defined(ESP8266) || defined(ESP32)</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="preprocessor">#if defined(ESP8266) || defined(ESP32) || defined(EPOXY_CORE_ESP8266)</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160; </div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="keyword">namespace </span>ace_time {</div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="keyword">namespace </span>clock {</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/html/EspSntpClock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down Expand Up @@ -79,7 +79,7 @@
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#ifndef ACE_TIME_ESP_SNTP_CLOCK_H</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#define ACE_TIME_ESP_SNTP_CLOCK_H</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160; </div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#if defined(ESP8266) || defined(ESP32)</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#if defined(ESP8266) || defined(ESP32) || defined(EPOXY_CORE_ESP8266)</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160; </div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#include &lt;time.h&gt;</span> <span class="comment">// time()</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &lt;AceTime.h&gt;</span> <span class="comment">// LocalDate</span></div>
Expand All @@ -102,7 +102,7 @@
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; </div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classace__time_1_1clock_1_1EspSntpClock.html#ac57165f88b58b43ed9572bd183cff158"> 50</a></span>&#160; acetime_t <a class="code" href="classace__time_1_1clock_1_1EspSntpClock.html#ac57165f88b58b43ed9572bd183cff158">getNow</a>()<span class="keyword"> const override </span>{</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <span class="keywordflow">return</span> time(<span class="keyword">nullptr</span>)</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; - LocalDate::secondsToCurrentEpochFromUnixEpoch64();</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; - Epoch::secondsToCurrentEpochFromUnixEpoch64();</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; }</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;};</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; </div>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/HardwareDateTime_8cpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/HardwareDateTime_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/HardwareTemperature_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
4 changes: 2 additions & 2 deletions docs/html/NtpClock_8cpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down Expand Up @@ -79,7 +79,7 @@
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#include &lt;Arduino.h&gt;</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#include &quot;NtpClock.h&quot;</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160; </div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#if defined(ESP8266) || defined(ESP32)</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#if defined(ESP8266) || defined(ESP32) || defined(EPOXY_CORE_ESP8266)</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160; </div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment">// ESP32 does not define SERIAL_PORT_MONITOR</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#ifndef SERIAL_PORT_MONITOR</span></div>
Expand Down
8 changes: 4 additions & 4 deletions docs/html/NtpClock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down Expand Up @@ -79,10 +79,10 @@
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#ifndef ACE_TIME_NTP_CLOCK_H</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#define ACE_TIME_NTP_CLOCK_H</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160; </div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#if defined(ESP8266) || defined(ESP32)</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#if defined(ESP8266) || defined(ESP32) || defined(EPOXY_CORE_ESP8266)</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160; </div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#include &lt;stdint.h&gt;</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#if defined(ESP8266)</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#if defined(ESP8266) || defined(EPOXY_CORE_ESP8266)</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor"> #include &lt;ESP8266WiFi.h&gt;</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#else</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor"> #include &lt;WiFi.h&gt;</span></div>
Expand Down Expand Up @@ -155,7 +155,7 @@
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;}</div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160;}</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; </div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160;<span class="preprocessor">#endif </span><span class="comment">// defined(ESP8266) || defined(ESP32)</span></div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; </div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="ttc" id="aclassace__time_1_1clock_1_1Clock_html"><div class="ttname"><a href="classace__time_1_1clock_1_1Clock.html">ace_time::clock::Clock</a></div><div class="ttdoc">Abstract base class for objects that provide and store time.</div><div class="ttdef"><b>Definition:</b> <a href="Clock_8h_source.html#l00019">Clock.h:19</a></div></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Stm32F1Clock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Stm32F1Rtc_8cpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Stm32F1Rtc_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/StmRtcClock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/StmRtc_8cpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/StmRtc_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/SystemClockCoroutine_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/SystemClockLoop_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/SystemClock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/UnixClock_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classace__time_1_1clock_1_1Clock-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/classace__time_1_1clock_1_1Clock.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AceTimeClock
&#160;<span id="projectnumber">1.2.0</span>
&#160;<span id="projectnumber">1.2.1</span>
</div>
<div id="projectbrief">Clock classes for Arduino that can synchronize from an NTP server or an RTC chip</div>
</td>
Expand Down
Loading

0 comments on commit 0f739e9

Please sign in to comment.