Skip to content
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

DTM not getting set over WiFi Config #646

Closed
nseidle opened this issue Sep 12, 2023 · 3 comments
Closed

DTM not getting set over WiFi Config #646

nseidle opened this issue Sep 12, 2023 · 3 comments

Comments

@nseidle
Copy link
Member

nseidle commented Sep 12, 2023

Originally reported here: https://forum.sparkfun.com/viewtopic.php?f=116&t=60181

Serial config correctly sets DTM, where WiFi config does not.

WiFi save button is correctly reporting the DTM NMEA message to the parser. It must be the parser that's missing it:
image

@nseidle
Copy link
Member Author

nseidle commented Sep 12, 2023

Parser is working. DTM is being reported twice. 2nd occurrence is setting to 0:
image

Ah! There are two UBX_NMEA_DTM in index.html. This is because messageListBase is dynmically generated. If you don't open that menu, the residual HTML is sent/parsed. The solution is to remove the 'placeholder' HTML.

@nseidle
Copy link
Member Author

nseidle commented Sep 12, 2023

Fix is in place. Next release candidate should be good.

@nseidle
Copy link
Member Author

nseidle commented Sep 19, 2023

This is fixed in v3.8.

@nseidle nseidle closed this as completed Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant