on4kjm / FLEcli

Multi-platform "Fast Log Entry"(FLE) processing tool
MIT License
32 stars 9 forks source link

Setting Coordinates and MY_CNTY in ADIF output #80

Closed rsuzuki0 closed 8 months ago

rsuzuki0 commented 2 years ago

Mygrid is used to set up the station's grid square, and that info is included in each line of ADIF. Can we do the same thing for MY_CNTY, MY_LAT, and MY_LON? The original FLE may or may not implement it, but these are important for a lot of portable operators.

nicheath commented 8 months ago

I added MY_CNTY support in this PR. https://github.com/on4kjm/FLEcli/pull/128

nicheath commented 8 months ago

I added MY_LAT and MY_LON support in this PR. https://github.com/on4kjm/FLEcli/pull/129

nicheath commented 8 months ago

Both of these changes are available for you to build from my fork branch mymaster.

jmMeessen commented 8 months ago

Thanks a lot for these PRs @nicheath . I will review them as soon as possible

jmMeessen commented 8 months ago

Merged #128