mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-01 06:25:50 +00:00
GPS
This commit is contained in:
@@ -85,7 +85,6 @@ static void read_and_parse_nmea()
|
|||||||
|
|
||||||
if(NULL == data) {
|
if(NULL == data) {
|
||||||
printf("Failed to parse sentence!\n");
|
printf("Failed to parse sentence!\n");
|
||||||
return -1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (NMEA_GPGLL == data->type) {
|
if (NMEA_GPGLL == data->type) {
|
||||||
|
Reference in New Issue
Block a user