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