From 664a110b0532c6f3b1c5742f68107484e1061652 Mon Sep 17 00:00:00 2001 From: Isaak <43730681+I5UCC@users.noreply.github.com> Date: Sat, 10 Sep 2022 00:17:03 +0200 Subject: [PATCH] sendbools true by default --- README.md | 2 +- config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f86e512..d00ba4d 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Editing the ***config.json*** file: | Port | OSC Port | | SendInts | Whether to send Integers for the Thumb Positions or not
(***true*** by default) | | SendFloats | Whether to send Floats for the Thumb Positions or not
(***true*** by default) | -| SendBools | Whether to send additional Bools for the Thumb Position or not
(***false*** by default) | +| SendBools | Whether to send additional Bools for the Thumb Position or not
(***true*** by default) | | ParametersInt | All the Int Parameters being sent. true or false determines if the paremeter is being sent.
(All set to ***true*** by default) | | ParametersFloat | All the Float Parameters being sent. true or false determines if the paremeter is being sent.
(All set to ***true*** by default) | | ParametersBool | All the Bool Parameters being sent. true or false determines if the paremeter is being sent.
(All set to ***true*** by default) | diff --git a/config.json b/config.json index fa52847..6fe8526 100644 --- a/config.json +++ b/config.json @@ -13,7 +13,7 @@ "LeftTrigger": ["/avatar/parameters/LeftTrigger", true], "RightTrigger": ["/avatar/parameters/RightTrigger", true] }, - "SendBools": false, + "SendBools": true, "ParametersBool": { "LeftAButton": ["/avatar/parameters/LeftAButton", true],