Update gpssim.c
Support realtime with user command input file/point.
This commit is contained in:
parent
c21bdac083
commit
1fcd35fc0d
2
gpssim.c
2
gpssim.c
@ -1850,9 +1850,11 @@ int main(int argc, char *argv[])
|
|||||||
sscanf(optarg,"%hd",&port);
|
sscanf(optarg,"%hd",&port);
|
||||||
|
|
||||||
usesocket=true;
|
usesocket=true;
|
||||||
|
break;
|
||||||
case 'w':
|
case 'w':
|
||||||
staticLocationMode = TRUE;
|
staticLocationMode = TRUE;
|
||||||
webflag=1;
|
webflag=1;
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user