From 292bfaad16f418e0863f361af3cb104e48f0c8b4 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 26 Jul 2021 14:23:22 +0200 Subject: [PATCH] readme extended --- README.md | 6 ++++++ common/config/commonConfig.h.in | 2 +- tmtc | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc218749..a174fbf1 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,12 @@ tmux new -s 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 You can use the following command to connect to the Q7S with `ssh`: diff --git a/common/config/commonConfig.h.in b/common/config/commonConfig.h.in index eaf68b2d..2b0590c8 100644 --- a/common/config/commonConfig.h.in +++ b/common/config/commonConfig.h.in @@ -1,7 +1,7 @@ #ifndef 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 // because UDP packets are not allowed in the VPN diff --git a/tmtc b/tmtc index 2e942ec2..6758ecef 160000 --- a/tmtc +++ b/tmtc @@ -1 +1 @@ -Subproject commit 2e942ec21e47485b9ab6416a0341b9ab8ec30543 +Subproject commit 6758ecef0d59d6918a7d91e6a6e01f57edb23151