Skip to content

Commit 9ac3d5d

Browse files
author
Stewest
committed
remove eslintcache from git and then update thermister value 1024 base
1 parent 7829d06 commit 9ac3d5d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

j5ardi/socket-io-client/.eslintcache

Lines changed: 0 additions & 1 deletion
This file was deleted.

j5ardi/socket-io-client/src/components/ClientComponent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function ClientComponent() {
3636

3737
if (light.item === 'light') {
3838
lightVar = light.msg;
39-
lightNumb = parseFloat(lightVar / 6.1).toFixed(2);
39+
lightNumb = parseFloat(lightVar / 10.24).toFixed(2);
4040
luminosity = lightNumb;
4141
}
4242

0 commit comments

Comments
 (0)