Leweyy

Results 2 issues of Leweyy

Im not sure how to get the GGA message from `msg` variable, the message var seems to contain all or the parsed messages ```import io import pynmea2 import serial ser...

are there any exceptions i can use to catch a failed connection, something like this `except serial.SerialException as e: logger.error(e) `