PiInTheSky / lora-gateway

LoRa gateway to Habitat
96 stars 69 forks source link

UKHAS String from HABpack is now created from linked list. #51

Closed philcrump closed 6 years ago

philcrump commented 6 years ago

Vastly reduces visual complexity of the parser.

Also fixes so we use standard units (eg. decimal degrees) in UKHAS output regardless of payload transmission.

Also fixes a rather obvious memory leak due to me throwing away pointers on the linked list previously..