-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sal/rtc code #68
base: master
Are you sure you want to change the base?
Sal/rtc code #68
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll need to actually set the file name in config.h
for each different env.
And you have merge conflicts you need to fix.
I also think that it is already writing to a new file at every boot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool Looks good.
two tiny things
have you tested this out, make sure it works as expected?
@@ -9,6 +9,7 @@ | |||
|
|||
#include <string> | |||
#include <cstring> | |||
#include <sstream> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
[platformio] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
update? |
Added realTimeClock.h so that we can setup the RTC on the teensy and use some of the <TimeLib.h> functionality to name our files