Skip to content

Commit

Permalink
Merge pull request meshtastic#24 from srichs/gps-format
Browse files Browse the repository at this point in the history
Added Plus Codes and OS Grid Reference
  • Loading branch information
geeksville authored Sep 5, 2021
2 parents fea7573 + 109b571 commit 7b005e2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion radioconfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,17 @@ enum GpsCoordinateFormat {
*/
GpsFormatMGRS = 3;

// GpsFormatOLC = 4; // Plus Codes, maybe one day?
/*
* GPS coordinates are displayed in Open Location Code (aka Plus Codes).
*/
GpsFormatOLC = 4;

/*
* GPS coordinates are displayed in Ordnance Survey Grid Reference (the National Grid System of the UK).
* Format: AB EEEEE NNNNN, where A is the east 100k square, B is the north 100k square, E is the easting,
* N is the northing
*/
GpsFormatOSGR = 5;
}

/*
Expand Down

0 comments on commit 7b005e2

Please sign in to comment.