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
Setup the config file for the base station. Do this by copying `config.example` from the setup folder into the main directory. Rename it `config_base.yaml`. If not uses Linux, you will need to update the `PORT` option of this file to reflect what port the Rayex device is connected to.
18
+
16
19
### Running Base Station without UI
17
20
18
21
```
@@ -33,6 +36,19 @@ Make sure that the keystroke handler thread is uncommented in `main_ui.py` and r
33
36
sudo -E /path/to/venv/bin/python main_ui.py
34
37
```
35
38
39
+
### Running Base Station GUI
40
+
41
+
There are two options for this. If on Linux/Mac, run the following:
0 commit comments