Summary
The current documentation and command line help functions incorrectly refer to the NMEA message type as NMEA_PV. The correct term should be NMEA_RMC.
Description
In the README and the command line help functions, the message type NMEA_PV is mentioned. However, the correct NMEA message type is NMEA_RMC. This can cause confusion for users and needs to be updated to reflect the correct message type.
Steps to Reproduce
Open the README file.
Search for instances of NMEA_PV.
Observe that NMEA_PV is mentioned instead of NMEA_RMC.
Similarly:
Run the script with the --help option.
Look at the description for message types.
Observe that NMEA_PV is listed instead of NMEA_RMC.
Expected Behavior
The README and the command line help functions should correctly reference NMEA_RMC instead of NMEA_PV.
Actual Behavior
The documentation incorrectly references NMEA_PV.
Suggested Fix
Update all instances of NMEA_PV in the README file to NMEA_RMC.
Update the command line help descriptions in the script to reference NMEA_RMC.
Summary The current documentation and command line help functions incorrectly refer to the NMEA message type as
NMEA_PV
. The correct term should beNMEA_RMC
.Description In the README and the command line help functions, the message type
NMEA_PV
is mentioned. However, the correct NMEA message type is NMEA_RMC. This can cause confusion for users and needs to be updated to reflect the correct message type.Steps to Reproduce
NMEA_PV
.NMEA_PV
is mentioned instead ofNMEA_RMC
.Similarly:
NMEA_PV
is listed instead ofNMEA_RMC
.Expected Behavior The README and the command line help functions should correctly reference
NMEA_RMC
instead ofNMEA_PV
.Actual Behavior The documentation incorrectly references
NMEA_PV
.Suggested Fix
NMEA_PV
in the README file toNMEA_RMC
.NMEA_RMC
.