CBielstein / APRSsharp

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

PositionInfo does not handle position without timestamp and with messaging #92

Closed CBielstein closed 2 years ago

CBielstein commented 2 years ago

Description

PositionInfo cannot decode a position report without timestamp and without messaging.

This should be a simple issue of updating the regex to accept either of the two "without timestamp" type characters, then refactoring code just like the "with timestamp" code directly beneath it (all of the "without timestamp" decode is the same except for if messaging is supported or not.)

Acceptance Criteria