Add Maidenhead Protobuf

This commit is contained in:
Jason P 2025-09-13 17:18:46 -05:00
parent 8caf423964
commit b90ea12cc8

View file

@ -637,6 +637,12 @@ message Config {
* E is the easting, N is the northing
*/
OSGR = 5;
/*
Maidenhead Locator System
* Described here: https://en.wikipedia.org/wiki/Maidenhead_Locator_System
*/
MAIDENHEAD = 6;
}
/*