Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inc version #207

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/Makuna/Rtc.git"
},
"version": "2.4.2",
"version": "2.4.3",
"frameworks": "arduino",
"platforms": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/RtcDateTime.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down