Fix for buzz type updated in previous commit

pull/1655/head
Salim Blume 2022-04-05 21:05:03 -05:00
parent 908a41d523
commit 31fd2344a8
1 changed files with 1 additions and 1 deletions

View File

@ -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