GPS V2 dash missing from Longitude

So i’ve updated my firmware and I notice my location was still not correct.

Then i’ve dragged the pin on google maps to my location so I can see the Latitude and Longitude the numbers was correct but there was a missing dash (-x.xxxxx) in the Longitude so it took me to another location.

Is there a fix for this?

if the Longitude is East, you make it negative - that’s a standard convention.

Look at the LGPS.get_ew() method, adjust your sign based on that value.

Oh okay thank you for the reply