-
Notifications
You must be signed in to change notification settings - Fork 20
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
gps_get_date() actually calls gps_get_time() #141
Comments
btw the above fix did seem to work for me, except that somehow the time and datestamps became integer (no fractional seconds). |
@srl295 thanks for catching this! Do you think you'll be able to open a PR and roll that change in? |
@johnnyman727 yes i will open a PR! |
after merging the fix, when will there be a new firmware to update my tessel? |
@yetzt I will try to put out a new release this week. As you may have noticed, nobody else is actively working on T1 so the process of putting out a new build is a bit of a forgotten art. I also want to change one API that is incompatible with T2 so we may be able to kill two birds with one stone. |
@johnnyman727 i noticed. thanks for caring! <3 |
@yetzt new build should be available now ( |
\o/ <3 thanks @johnnyman727 |
Ooh- thanks! |
https://github.com/tessel/t1-firmware/blob/master/src/hw/l_hw.c#L735
Shouldn't this be
gps_get_date()
? Looks like a copy and paste error.Related: tessel/gps-a2235h#3
The text was updated successfully, but these errors were encountered: