CBielstein / APRSsharp

APRS# - Modern APRS software for the amateur radio community
MIT License
12 stars 5 forks source link

Clean-up packet printing code in APRSsharp Program.cs #103

Open CBielstein opened 2 years ago

CBielstein commented 2 years ago

Description

The code in Program.cs around handling and printing out packets needs some cleaning up. There's a decent amount of copy and paste, the position encoding isn't human readable, gridsquare printout doesn't print the right number of characters for the accuracy in the position object.

There are many ways of fixing this. A few potentials:

Potentially this is a mix of those methods.

This is split off of #80. Related to, but different from, #118.

Acceptance Criteria

CBielstein commented 2 years ago

Split the content about configurable error logging levels to #118.