Open petereverett opened 1 year ago
The enhancement request has been mentioned to Bernd (DF3CB), developer of the Windows application.
Christophe, ON6ZQ, confirms that it is supported in the SOTA output.
It needs to be investigated whether this would work for POTA or WWFF. (Should work for the ADIF output files)
Feature can be tested with ./FLEcli csv -i test/data/multi-SOTA-summits.txt --overwrite
The load file should be updated first as it currently fails as expected with:
Processing errors:
Attempt to redefine MySOTA at line 12
Attempt to redefine MySOTA at line 17
The log output, currently:
MyCall MW0PJE/P
MySOTA GW/NW-001
Date Time Band Mode Call Sent Rcvd Notes
---- ---- ---- ---- ---- ---- ---- ----
2016-04-24 1000 2m FM MW0ABC 59 59
2016-04-24 1001 2m FM MW0ABD 59 59
2016-04-24 1200 2m FM MM0ABE 59 59
2016-04-24 1201 2m FM MM0ABF 59 59
2016-04-24 1400 2m FM MI0ABG 59 59
2016-04-24 1401 2m FM MI0ABH 59 59
The log output should be something like:
MyCall MW0PJE/P
MySOTA GW/NW-001
Date Time Band Mode Call Sent Rcvd Notes
---- ---- ---- ---- ---- ---- ---- ----
2016-04-24 1000 2m FM MW0ABC 59 59
2016-04-24 1001 2m FM MW0ABD 59 59
MyCall MW0PJE/P
MySOTA GW/NW-001
Date Time Band Mode Call Sent Rcvd Notes
---- ---- ---- ---- ---- ---- ---- ----
2016-04-24 1200 2m FM MM0ABE 59 59
2016-04-24 1201 2m FM MM0ABF 59 59
MyCall MW0PJE/P
MySOTA GW/NW-001
Date Time Band Mode Call Sent Rcvd Notes
---- ---- ---- ---- ---- ---- ---- ----
2016-04-24 1400 2m FM MI0ABG 59 59
2016-04-24 1401 2m FM MI0ABH 59 59
If I am activating several SOTA summits in a single trip, is it possible to add support for multiple SOTA (or POTA/WWFF etc.) in the same FLE file?
For example:
In SOTA CSV (maybe also in ADIF) you can have more than one summitin the same output file.
pete