diff options
author | Joel Spadin <joelspadin@gmail.com> | 2020-10-24 16:28:58 -0500 |
---|---|---|
committer | Joel Spadin <joelspadin@gmail.com> | 2020-10-28 18:15:05 -0500 |
commit | 600bba25f049b1fa161b2372b2a47762164c7fcd (patch) | |
tree | facbda4a77b0c454233047f8a8d5c264f3a0e3fb /docs/sidebars.js | |
parent | b538e605321791568aa25f0bd534ebcb30da92c2 (diff) |
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
Diffstat (limited to 'docs/sidebars.js')
-rw-r--r-- | docs/sidebars.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sidebars.js b/docs/sidebars.js index 54f6576..334a35d 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -22,6 +22,7 @@ module.exports = { "behavior/mod-tap", "behavior/reset", "behavior/bluetooth", + "behavior/endpoints", "behavior/lighting", "behavior/power", ], |