-
Notifications
You must be signed in to change notification settings - Fork 17
Add support for additional PointPerfect services #661
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
Conversation
Move LBand Config screen to LBand config function
I am testing this on my R&D Facet mosaic (X5). Attempting to register for "2) Flex NTRIP/RTCM". I compiled the code using Core 3.0.7 and with ESP32 debug messages enabled. I enter WiFi SSID and Password.
Not unexpected. I'm not yet whitelisted.
It performs the certificate verification twice. Is that expected?
It crashed at Line 616 in HTTP_Client.ino:
Maybe a memory allocation issue? The code restarts and immediately crashes again:
The crash takes place in
Line 1047 is:
Code restarts again.
Mostly good. But we've got some gremlins to find... |
The crash at line 616 in PointPerfect returned: The code was attempting to find It's not there, because PointPerfect is still busy activating the plan. We either need a combination of:
|
I think the HardwareSerial.begin crash was probably caused by At line 547 in
to
|
…activating the device on plan
These issues are resolved by #667 |
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.
This is looking great. Please merge #667 into this branch before you merge. It resolves the crashes and includes some nice-to-haves.
PointPerfectRTCM - pcUpdates
This PR:
Tested on Postcard, Facet mosaic-X5, Torch, EVK.