1
0

Update GPS data retrieval to use fake GPS readings for testing

This commit is contained in:
Jose
2025-05-15 13:03:06 +02:00
parent 785cfc670e
commit a50716c483
4 changed files with 11 additions and 4 deletions

View File

@@ -9,4 +9,5 @@ struct GPSData_t
};
void GPS_Init();
GPSData_t GPS_Read();
GPSData_t GPS_Read();
GPSData_t GPS_Read_Fake();