rbultman/raspberry-jam

Connection button behavior in blynk app

Closed this issue · 2 comments

When a jacktrip connection is killed/disconnected, the corresponding connection button should turn off

Seems to be only an issue when the button was turned on when app was disconnected
Should be able to fix with
Blynk.virtualWrite(ConnectButton[slot] ,LOW); during BLYNK_CONNECTED()

Fixed in pr #11.