mirror of https://github.com/espruino/BangleApps
ha: buzz on brightness change
parent
377b43619b
commit
f3b639f3e9
|
@ -100,6 +100,7 @@ function onSlide(mode, level, e) {
|
|||
// we've had a drag and level has changed
|
||||
ha.sendValue(triggers[position].trigger, level);
|
||||
lastLevel = null;
|
||||
Bangle.buzz(80, 0.6);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue