mirror of https://github.com/espruino/BangleApps
Stupid coding error fixed
parent
5507eb04be
commit
18abff1d2f
|
@ -5,10 +5,6 @@ const Setter = {
|
||||||
LOWER: 'lower'
|
LOWER: 'lower'
|
||||||
};
|
};
|
||||||
|
|
||||||
const Confidence = {
|
|
||||||
NONE
|
|
||||||
}
|
|
||||||
|
|
||||||
const shortBuzzTimeInMs = 50;
|
const shortBuzzTimeInMs = 50;
|
||||||
const longBuzzTimeInMs = 200;
|
const longBuzzTimeInMs = 200;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue