Skip to content

Commit

Permalink
#792, #472 - First integration to select scales / pressure sensors, t…
Browse files Browse the repository at this point in the history
…emperature or tds
  • Loading branch information
graphefruit committed Sep 19, 2024
1 parent 373b504 commit 94cd998
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -596,18 +596,6 @@ export class CoffeeBluetoothDevicesService {
});
}

public enableBLE(): Promise<boolean> {
return new Promise(async (resolve, reject) => {
try {
// Or using await with promises
ble.withPromises.enable();
resolve(undefined);
} catch (ex) {
resolve(undefined);
}
});
}

public getScale() {
return this.scale;
}
Expand Down

0 comments on commit 94cd998

Please sign in to comment.