-
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
Fix T1000-E GPS - some changes went missing from #4303? #4328
Conversation
@markbirss - this was because of #4319 . The extra baud rate code probably isn't needed anymore, see a few lines down - should automatically get your 115200 since it's set in variant.h. |
Ok, I see, I may have not looked at it long enough 😳 |
…shtastic#4328) * Update GPS.cpp * Update GPS.cpp * Update GPS.cpp * Update GPS.cpp * Update GPS.cpp * Update GPS.cpp * Update GPS.cpp * Update GPS.cpp * Update GPS.cpp
meshtastic#4319 added autodetect code for UC6580, and removed these ifdefs. However, they were inadvertantly re-added by meshtastic#4328 .
Some changes from @Dylanliacc T1000-E branch went missing in the merge it seems, and GPS is not detected on master
#4303