Skip to content

Commit 44a161d

Browse files
committed
Updated textfile
1 parent 530c676 commit 44a161d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPS.NET/Ghostware.GPS.NET.FileConsole/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ static void Main(string[] args)
2323

2424
var info = new FileGpsInfo
2525
{
26-
FilePath = @"C:\Users\EXJ508\Desktop\Gps Files\gps_20151119_1.nmea",
26+
FilePath = "GPS.TXT",
2727
FileType = FileType.Nmea
2828
};
2929
_gpsService = new GpsService(info);

0 commit comments

Comments
 (0)