|
|
@ -60,6 +60,7 @@ def configure_ublox(dev): |
|
|
|
dev.configure_message_rate(ublox.CLASS_RXM, ublox.MSG_RXM_SFRBX, 1) |
|
|
|
dev.configure_message_rate(ublox.CLASS_RXM, ublox.MSG_RXM_SFRBX, 1) |
|
|
|
dev.configure_message_rate(ublox.CLASS_MON, ublox.MSG_MON_HW, 1) |
|
|
|
dev.configure_message_rate(ublox.CLASS_MON, ublox.MSG_MON_HW, 1) |
|
|
|
dev.configure_message_rate(ublox.CLASS_MON, ublox.MSG_MON_HW2, 1) |
|
|
|
dev.configure_message_rate(ublox.CLASS_MON, ublox.MSG_MON_HW2, 1) |
|
|
|
|
|
|
|
dev.configure_message_rate(ublox.CLASS_NAV, ublox.MSG_NAV_SAT, 1) |
|
|
|
|
|
|
|
|
|
|
|
# Query the backup restore status |
|
|
|
# Query the backup restore status |
|
|
|
print("backup restore polling message (implement custom response handler!):") |
|
|
|
print("backup restore polling message (implement custom response handler!):") |
|
|
|