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
It is possibile to run it for more than two devices with more buttons?
Example: three devices each one with two buttons.
If it's possible please describe how to change configuration.
The text was updated successfully, but these errors were encountered:
ok, I finded what I need:
change button to XX in config
export GOPATH=/home/mumble/gocode
export GOBIN=/home/mumble/bin
cd $GOPATH/src/github.com/dchote/talkiepi
go build -o /home/mumble/bin/talkiepi_pinXX cmd/talkiepi/main.go
and run second instance.
Hi,
It is possibile to run it for more than two devices with more buttons?
Example: three devices each one with two buttons.
If it's possible please describe how to change configuration.
The text was updated successfully, but these errors were encountered: