ble_advert: disable `remove()` - unused
parent
cc0f1a315e
commit
912291da60
|
|
@ -102,6 +102,7 @@ exports.push = (adv: number[], options?: SetAdvertisingOptions) => {
|
||||||
advertise(options);
|
advertise(options);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
exports.remove = (id: string | number, options?: SetAdvertisingOptions) => {
|
exports.remove = (id: string | number, options?: SetAdvertisingOptions) => {
|
||||||
const bangle = Bangle as BangleWithAdvert;
|
const bangle = Bangle as BangleWithAdvert;
|
||||||
|
|
||||||
|
|
@ -132,3 +133,4 @@ exports.remove = (id: string | number, options?: SetAdvertisingOptions) => {
|
||||||
|
|
||||||
advertise(options);
|
advertise(options);
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue