diff --git a/library.json b/library.json index 12168bf..1e0208d 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/Makuna/Rtc.git" }, - "version": "2.4.2", + "version": "2.4.3", "frameworks": "arduino", "platforms": "*" } diff --git a/library.properties b/library.properties index bbc9130..7bbe764 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Rtc by Makuna -version=2.4.2 +version=2.4.3 author=Michael C. Miller (makuna@live.com) maintainer=Michael C. Miller (makuna@live.com) sentence=A library that makes interfacing DS1302, DS1307, DS3231, DS3234, and PCF8563/BM8563 Real Time Clock modules easy. diff --git a/src/RtcDateTime.h b/src/RtcDateTime.h index 8e0476b..3daaadf 100644 --- a/src/RtcDateTime.h +++ b/src/RtcDateTime.h @@ -256,7 +256,7 @@ class RtcDateTime RtcDateTime NextDayOfWeek(uint8_t dayOfWeek) const; /* - causes mbiguous overload for 'operator+' + causes ambiguous overload for 'operator+' making explicit doesn't solve it // add unsigned seconds void operator += (uint32_t seconds)