NO GPS Data
Posted: Thu Aug 02, 2018 3:09 am
I am able to read the OBD data but I cannot see any GPS data. While debugging I can see that the code stops for GPS data at this point in processGPS
method
if (!sys.gpsGetData(&gd) || gd.date == 0) {
return;
}
Am I missing Something?
method
if (!sys.gpsGetData(&gd) || gd.date == 0) {
return;
}
Am I missing Something?