-
Notifications
You must be signed in to change notification settings - Fork 964
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
Remove heltec-specific gps code from main.cpp #4508
Remove heltec-specific gps code from main.cpp #4508
Conversation
Tested OK on heltec-wireless-tracker . |
failed unphone build appears unrelated to the patch: |
That It's a little bit convoluted:
|
Thanks for checking. Yes, I believe it will be taken care of by the GPS class, I was just attempting to be conservative in changes :) Happy to delete this code from main entirely if that's the desired direction! |
Just checked - and deleting this code works just fine on the heltec-wireless-tracker. |
62b04c3
to
44a3ba1
Compare
There. Let's be bold. |
44a3ba1
to
03c2fa3
Compare
Hopefully it's not too bold! It should only impact Wireless Tracker V1.0 (right?) and you've tested that one. 👍 |
After the recent GPS power work we have an clear set of definitions for turning GPS on and off. Rather than manipulating specific heltec tracker-related pins in main setu, the relevant power management code in the GPS module will turn things on/off later as needed.
03c2fa3
to
96474bc
Compare
After the recent GPS power work we have an clear set of definitions for turning GPS on and off. Rather than manipulating specific heltec tracker-related pins in main setup, the relevant power management code in the GPS module will turn things on/off later as needed.