sparkfun / SparkFun_RTK_Firmware

Centimeter precision GPS/GNSS using L1/L2 signals broadcast over Bluetooth SPP (using the ESP32) in an easy to use enclosure.
https://docs.sparkfun.com/SparkFun_RTK_Firmware/
Other
82 stars 47 forks source link

DTM not getting set over WiFi Config #646

Closed nseidle closed 1 year ago

nseidle commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

nseidle commented 1 year ago

This is fixed in v3.8.