We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530c676 commit 44a161dCopy full SHA for 44a161d
GPS.NET/Ghostware.GPS.NET.FileConsole/Program.cs
@@ -23,7 +23,7 @@ static void Main(string[] args)
23
24
var info = new FileGpsInfo
25
{
26
- FilePath = @"C:\Users\EXJ508\Desktop\Gps Files\gps_20151119_1.nmea",
+ FilePath = "GPS.TXT",
27
FileType = FileType.Nmea
28
};
29
_gpsService = new GpsService(info);
0 commit comments