Updated Development (markdown)
parent
6a20a9d229
commit
2a34f453be
|
@ -6,6 +6,8 @@ For development, both components can be started separately via `./tuhi-server.py
|
|||
|
||||
In the source tree, the server is in `tuhi/` and the GUI is in `tuhigui/`.
|
||||
|
||||
Do not try to start `./builddir/tuhi`, `./builddir/tuhi-gui` or `./builddir/tuhi-server`, they will use the system-installed packages and won't work as expected. Always use the `.devel` executables.
|
||||
|
||||
# Resetting devices
|
||||
|
||||
Tuhi stores the device data in `$HOME/.local/share/tuhi/<btaddress>` (i.e. `$XDG_DATA_HOME`) The primary file is `settings.ini` which is how Tuhi remembers devices it has already seen. Removing that device and/or the whole folder makes the device unknown again and the device has to be re-registered.
|
||||
|
|
Loading…
Reference in New Issue