mirror of https://github.com/espruino/BangleApps
Fix for buzz type updated in previous commit
parent
908a41d523
commit
31fd2344a8
|
@ -140,7 +140,7 @@ declare const require: ((module: 'heatshrink') => {
|
|||
|
||||
declare const Bangle: {
|
||||
// functions
|
||||
buzz: (duration: number, intensity: number) => Promise<void>;
|
||||
buzz: (duration?: number, intensity?: number) => Promise<void>;
|
||||
drawWidgets: () => void;
|
||||
isCharging: () => boolean;
|
||||
// events
|
||||
|
|
Loading…
Reference in New Issue