RTD update and TCP server in hosted build #65
@@ -187,6 +187,12 @@ tmux new -s q7s-serial
|
|||||||
q7s_serial
|
q7s_serial
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Other useful tmux commands:
|
||||||
|
- Enable scroll mode: You can press `ctrl + b` and then `[` (`AltGr + 8`) to enable scroll mode.
|
||||||
|
You can quit scroll mode with `q`.
|
||||||
|
- Kill a tmux session: run `ctrl + b` and then `k`.
|
||||||
|
- Detach from a tmux session: run `ctrl + b` and then `d`
|
||||||
|
|
||||||
### SSH console
|
### SSH console
|
||||||
|
|
||||||
You can use the following command to connect to the Q7S with `ssh`:
|
You can use the following command to connect to the Q7S with `ssh`:
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#ifndef COMMON_CONFIG_COMMONCONFIG_H_
|
#ifndef COMMON_CONFIG_COMMONCONFIG_H_
|
||||||
#define COMMON_CONFIG_COMMONCONFIG_H_
|
#define COMMON_CONFIG_COMMONCONFIG_H_
|
||||||
|
|
||||||
#define OBSW_ADD_LWGPS_TEST 0
|
#define OBSW_ADD_LWGPS_TEST 0
|
||||||
|
|
||||||
// Use TCP instead of UDP for the TMTC bridge. This allows using the TMTC client locally
|
// Use TCP instead of UDP for the TMTC bridge. This allows using the TMTC client locally
|
||||||
// because UDP packets are not allowed in the VPN
|
// because UDP packets are not allowed in the VPN
|
||||||
|
2
tmtc
2
tmtc
Submodule tmtc updated: 2e942ec21e...6758ecef0d
Reference in New Issue
Block a user