Updated Development (markdown)

master
Peter Hutterer 2019-08-09 15:59:28 +10:00
parent 6a20a9d229
commit 2a34f453be
1 changed files with 2 additions and 0 deletions

@ -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.