You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`<COM PORT>`: The com port where the LR1110 EVK is connected (something like */dev/ttyACM0* on linux, *COM10* on Windows);
40
40
-`<GNSS SOLVER ASSISTANCE LOCATION>`: The assistance coordinate provide to the GNSS solver when requesting a location solving. Format is `latitude,longitude,altitude` expressed in decimal degree. Note there are no space characters around the `,` to avoid breaking the command line interpretation;
41
41
-`<EXACT LOCATION>`: The exact location where the scan operation occured. The format is the same as `<GNSS SOLVER ASSISTANCE LOCATION>`;
42
-
-`<GLS TOKEN>`: The authentication token on GLS server;
43
-
-`<DAS TOKEN>`: The authentication on DAS server.
42
+
-`<GLS TOKEN>`: The authentication token on GLS server.
44
43
45
44
**NOTE**: If one of the location has a negative latitude, then its value on the command line will starts with a `-` character. It will therefore be interpreted as an optional argument (as for `-d <COM PORT>`). Moreover, as it will certainly refers to a non existing optional argument, command line parsing will fail with an error similar to
Lr1110Demo: error: the following arguments are required: dasAuthenticationToken
54
+
glsAuthenticationToken
55
+
Lr1110Demo: error: the following arguments are required: glsAuthenticationToken
57
56
```
58
57
59
58
To avoid the bad interpretation of the coordinate as optional argument, you must use the `--` separator between optional and positional arguments as follows:
0 commit comments