From e676edac793c7722bc492a0099fb2f6ffa422184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20de=20Giessen?= Date: Wed, 13 Sep 2023 15:09:25 +0200 Subject: [PATCH] esp32/mpconfigport: Remove port-specific GAP name. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instead use the generic default defined in modbluetooth_nimble.c. This then also allows custom boards to easily override the default Bluetooth GAP name. Signed-off-by: Daniƫl van de Giessen --- ports/esp32/mpconfigport.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/esp32/mpconfigport.h b/ports/esp32/mpconfigport.h index 39f91ab831..b4ec082092 100644 --- a/ports/esp32/mpconfigport.h +++ b/ports/esp32/mpconfigport.h @@ -160,7 +160,6 @@ #define MICROPY_PY_ONEWIRE (1) #define MICROPY_PY_SOCKET_EVENTS (MICROPY_PY_WEBREPL) #define MICROPY_PY_BLUETOOTH_RANDOM_ADDR (1) -#define MICROPY_PY_BLUETOOTH_DEFAULT_GAP_NAME ("ESP32") // fatfs configuration #define MICROPY_FATFS_ENABLE_LFN (1)