diff --git a/modules/ble_advert.ts b/modules/ble_advert.ts index 40ff90373..c0b852f1d 100644 --- a/modules/ble_advert.ts +++ b/modules/ble_advert.ts @@ -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); }; +*/