Skip to content

Commit e255593

Browse files
Glass menu
1 parent d9f8cf6 commit e255593

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

web/data.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
last = (int) (Math.random() * 40 + 50);
5353
}
5454
if(last>300)last=0;
55-
return last += (int) (Math.random() * 20 - 5);
55+
return last += (int) (Math.random() * 10 - 5);
5656
}
5757
//Device things = new SerialDevice(porta, 9600);
5858
//things.open();

web/js/card.js

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)