-
Notifications
You must be signed in to change notification settings - Fork 48
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
Enable UBX-SEC-UNIQID for logging #476
Comments
Can't see a configuration key for it though. May have to poll it directly? And/or add it to the u-blox library? |
Ya, it's not really a message or a configurable value, so I suspect it will have to be a helper function in the lib similar to the MON-VER firmware report. |
OK. This is now in the u-blox library: https://github.com/sparkfun/SparkFun_u-blox_GNSS_v3/releases/tag/v3.0.14 |
Shall I do a GNTXT message for it? |
Yes please. Also, consider display it on the system menu. |
OK. This is done. The bulk of the changes are in here: 52fca37 The unique chip ID will pop up on the system menu, the settings file, the WiFi configuration page, and also gets added to the log file as GNTXT: 01,01,11 is the GNSS unique chip ID. GNTXT,01,01,07 is the last four digits of the ESP32 MAC Address. Those two together will uniquely identify the RTK unit.
|
This has been implemented in firmware release v3.4. |
Based on this forum discussion:
https://forum.sparkfun.com/viewtopic.php?p=241438#p241438
The text was updated successfully, but these errors were encountered: