From 912291da60bdfb97fa121f84e3bd3c71db1ba192 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Tue, 28 May 2024 22:36:04 +0100 Subject: [PATCH] ble_advert: disable `remove()` - unused --- modules/ble_advert.ts | 2 ++ 1 file changed, 2 insertions(+) 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); }; +*/