NeoGPS icon indicating copy to clipboard operation
NeoGPS copied to clipboard

fix: Add missing return statement for bool parseNavPvt

Open JJToB opened this issue 1 year ago • 0 comments

The non-void function ubloxGPS::parseNavPvt( uint8_t chr ) is missing a return function.

JJToB avatar Jul 18 '24 13:07 JJToB