I just lately realized, that some attributes from parsed messages appear as string, rather than int or float.
E.g. when processing a GGA, num_sats appears as string.
There are various more locations of improperly casted types that - by nature - are a number and should be casted to a number by this module.
I just lately realized, that some attributes from parsed messages appear as string, rather than int or float.
E.g. when processing a GGA, num_sats appears as string.
There are various more locations of improperly casted types that - by nature - are a number and should be casted to a number by this module.