Skip to content

Commit

Permalink
improved help
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerBea committed Mar 13, 2023
1 parent 5f9b76c commit a2515a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hcxdumptool.c
Original file line number Diff line number Diff line change
Expand Up @@ -8621,8 +8621,9 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n"
" NMEA 0183 $GPGGA, $GPRMC\n"
"--nmea=<file> : save track to file\n"
" format: NMEA 0183 $GPGGA, $GPRMC, $GPWPL\n"
" to convert it to gpx, use GPSBabel:\n"
" gpsbabel -i nmea -f hcxdumptool.nmea -o gpx -F file.gpx\n"
" use gpsbabel to convert to other formats:\n"
" gpsbabel -w -t -i nmea -f in_file.nmea -o gpx -F out_file_gpx\n"
" gpsbabel -w -t -i nmea -f in_file.nmea -o kml -F out_file.kml\n"
" to display the track, open file.gpx with viking\n"
"--gpio_button=<digit> : Raspberry Pi GPIO pin number of button (2...27)\n"
" default = GPIO not in use\n"
Expand Down

0 comments on commit a2515a7

Please sign in to comment.