-
Notifications
You must be signed in to change notification settings - Fork 129
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 load/save ephems turn on/off SD unconditionally #25
Comments
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
Nov 13, 2017
jdavid
added a commit
to spectraphilic/wasp_sketches
that referenced
this issue
Nov 13, 2017
Hi, It seems you are right about the issues. You should also add these lines of code into saveEphems() function. Regards |
This bug is still present in v029 |
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
Nov 23, 2017
Thanks for the reminder. Please don't hesitate to open new issues if you find new bugs at our API. Regards |
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
Mar 9, 2018
This is partially fixed in v030, |
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
Apr 23, 2018
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
Jun 28, 2018
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
Jun 28, 2018
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
Aug 13, 2018
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
Aug 22, 2018
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
Nov 7, 2018
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
Nov 7, 2018
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
Nov 21, 2018
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
Dec 26, 2018
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
Mar 13, 2019
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
Dec 24, 2019
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
Dec 24, 2019
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
Dec 24, 2019
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
Dec 24, 2019
jdavid
added a commit
to spectraphilic/waspmoteapi-uio
that referenced
this issue
May 8, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
waspmoteapi/libraries/GPS/WaspGPS.cpp
Line 2616 in 5ded843
I think it should check
REG_SD
. I have changed the code so it reads like this:The current code has a couple of issues:
loadEphems
it will be ON, wasting power.flag = ROOT_FAILED
, as a consequenceloadEphems
fails.The text was updated successfully, but these errors were encountered: