General configuration

Configuration has to be done in /etc/phonomatrix.conf.

Configuration with sensible defaults to be used at top of the config file :

Mode="usb"

[serial]
Port="/dev/ttyUSB0"
BaudRate=9600

After each change, you need to restart the Systemd service :

systemctl restart phonomatrix

Some core features can be enabled/disabled (if needed) :

[http]
Enabled=1
Port=3333

[ui]
Enabled=1

Last updated