Skip to content

Commit

Permalink
Add GPS epoch sync for M-241: GPSBabel/gpsbabel#349
Browse files Browse the repository at this point in the history
  • Loading branch information
hexaedron committed Sep 16, 2020
1 parent 0963b8f commit 42f749e
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 108 deletions.
2 changes: 1 addition & 1 deletion convert_m241.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

for i in *.bin;
do
gpsbabel -t -i m241-bin -f ${i} -o gpx -x track,pack -F gpx/${i}.gpx
gpsbabel -t -i m241-bin -f ${i} -o gpx -x track,pack,move=7168d -F gpx/${i}.gpx
done

0 comments on commit 42f749e

Please sign in to comment.