Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cjandl
Carma-for-Desktop
Commits
11654038
Commit
11654038
authored
Nov 10, 2016
by
cjandl
Browse files
Update server.js
parent
1e7077a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
server.js
View file @
11654038
...
...
@@ -171,7 +171,7 @@ function explore(peripheral) {
pressureValues
[
7
]
=
0
;
// Multiplikationsfaktor hinzufügen
for
(
var
i
=
0
;
i
<
7
;
i
++
){
pressureValues
[
i
]
=
parseInt
(
pressureValues
[
i
]
*
pheripheralLeftFactors
[
i
]);
pressureValues
[
i
]
=
parseInt
(
pressureValues
[
i
]
/
pheripheralLeftFactors
[
i
]);
}
sendCarmaToOsc
(
pressureValues
);
if
(
ioSocket
!=
null
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment