ble_advert: disable `remove()` - unused

pull/3438/head
Rob Pilling 2024-05-28 22:36:04 +01:00
parent cc0f1a315e
commit 912291da60
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,7 @@ exports.push = (adv: number[], options?: SetAdvertisingOptions) => {
advertise(options);
};
/*
exports.remove = (id: string | number, options?: SetAdvertisingOptions) => {
const bangle = Bangle as BangleWithAdvert;
@ -132,3 +133,4 @@ exports.remove = (id: string | number, options?: SetAdvertisingOptions) => {
advertise(options);
};
*/