mirror of https://github.com/espruino/BangleApps
increased vibration again
parent
1e46b479e2
commit
959fa4183c
|
@ -5,3 +5,4 @@
|
|||
1.03: vibration caused the accelerometer to never stop
|
||||
1.04: decreased vibration strength
|
||||
1.05: toggled the acceleration handler to prevent infinite buzz loop
|
||||
1.06: increased vibration again
|
||||
|
|
|
@ -132,7 +132,7 @@ function random (max) {
|
|||
function vibrate() {
|
||||
|
||||
Bangle.on ('accel', voidFn);
|
||||
Bangle.buzz (200, 0.1).then(
|
||||
Bangle.buzz (200, 1).then(
|
||||
|
||||
Bangle.on ('accel', accelHandler)
|
||||
);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ "id": "multidice",
|
||||
"name": "multiple dice roller",
|
||||
"shortName":"multidice",
|
||||
"version":"1.05",
|
||||
"version":"1.06",
|
||||
"description": "roll anywhere from 1-8 dice at the same time",
|
||||
"icon": "app.png",
|
||||
"tags": "tool,game",
|
||||
|
|
Loading…
Reference in New Issue