From 1fcd35fc0d3a06d3df052581b19a1e2dda15256e Mon Sep 17 00:00:00 2001 From: QingBiJuShi Date: Tue, 9 Apr 2019 12:30:38 +0800 Subject: [PATCH] Update gpssim.c Support realtime with user command input file/point. --- gpssim.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpssim.c b/gpssim.c index dde6f09..e35efb8 100644 --- a/gpssim.c +++ b/gpssim.c @@ -1850,9 +1850,11 @@ int main(int argc, char *argv[]) sscanf(optarg,"%hd",&port); usesocket=true; + break; case 'w': staticLocationMode = TRUE; webflag=1; + break; default: break;