float GPSlong = (gps.location.lng(), 6); Serial.print("GPSlng = "); Serial.println(GPSlong);
This gives me just 6.00
Any hint on how to get the rest in there???
Thank you, jremington, for the foot up my ass....
Yes, srnet, that's right. I really have no clue what i am doing.
B4x4:
Yes, srnet, that's right. I really have no clue what i am doing.
Then find the reference page for the command you are using, much quicker to research this stuff yourself thangetting the forum to do it for you, Google this;
Arduino serial print reference
And as if by magic you should find a page which tells you in the second line of description why you only get two decimal places printed .......................