Skip to content

Commit

Permalink
sendbools true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC committed Sep 9, 2022
1 parent 9964ed8 commit 664a110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Editing the ***config.json*** file:
| Port | OSC Port |
| SendInts | Whether to send Integers for the Thumb Positions or not <br>(***true*** by default) |
| SendFloats | Whether to send Floats for the Thumb Positions or not <br>(***true*** by default) |
| SendBools | Whether to send additional Bools for the Thumb Position or not <br>(***false*** by default) |
| SendBools | Whether to send additional Bools for the Thumb Position or not <br>(***true*** by default) |
| ParametersInt | All the Int Parameters being sent. true or false determines if the paremeter is being sent. <br>(All set to ***true*** by default) |
| ParametersFloat | All the Float Parameters being sent. true or false determines if the paremeter is being sent. <br>(All set to ***true*** by default) |
| ParametersBool | All the Bool Parameters being sent. true or false determines if the paremeter is being sent. <br>(All set to ***true*** by default) |
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"LeftTrigger": ["/avatar/parameters/LeftTrigger", true],
"RightTrigger": ["/avatar/parameters/RightTrigger", true]
},
"SendBools": false,
"SendBools": true,
"ParametersBool":
{
"LeftAButton": ["/avatar/parameters/LeftAButton", true],
Expand Down

0 comments on commit 664a110

Please sign in to comment.