Update gpssim.c

Support realtime with user command input file/point.
This commit is contained in:
QingBiJuShi 2019-04-09 12:30:38 +08:00 committed by GitHub
parent c21bdac083
commit 1fcd35fc0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;