From 600bba25f049b1fa161b2372b2a47762164c7fcd Mon Sep 17 00:00:00 2001 From: Joel Spadin Date: Sat, 24 Oct 2020 16:28:58 -0500 Subject: feat(endpoints): add preferred endpoint setting Added a new setting to remember the user's preferred endpoint. When both USB and BLE are connected, the preferred endpoint will be used. Added a new behavior to control this setting. It supports commands: &end END_USB - Prefer USB output &end END_BLE - Prefer BLE output &end END_TOG - Toggle between USB and BLE --- app/dts/behaviors.dtsi | 1 + 1 file changed, 1 insertion(+) (limited to 'app/dts/behaviors.dtsi') diff --git a/app/dts/behaviors.dtsi b/app/dts/behaviors.dtsi index 36c918c..4a50761 100644 --- a/app/dts/behaviors.dtsi +++ b/app/dts/behaviors.dtsi @@ -10,3 +10,4 @@ #include #include #include +#include -- cgit v1.2.3 From 2fe1fbb526d9190e478999f36adbcfcf4a8847b2 Mon Sep 17 00:00:00 2001 From: Joel Spadin Date: Tue, 27 Oct 2020 13:49:28 -0500 Subject: feat(endpoints): rename behavior to outputs "Outputs" is probably easier for most people to understand than "endpoints". --- app/dts/behaviors.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/dts/behaviors.dtsi') diff --git a/app/dts/behaviors.dtsi b/app/dts/behaviors.dtsi index 4a50761..a120b84 100644 --- a/app/dts/behaviors.dtsi +++ b/app/dts/behaviors.dtsi @@ -10,4 +10,4 @@ #include #include #include -#include +#include -- cgit v1.2.3