summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniël van de Giessen <daniel@dvdgiessen.nl>2023-09-13 15:09:25 +0200
committerDamien George <damien@micropython.org>2023-10-31 12:01:47 +1100
commite676edac793c7722bc492a0099fb2f6ffa422184 (patch)
tree007dbdafb620be6c95ce7ef6debe7a51158c3e62
parentf74131134c7af52638348c65ecf1be5e769a5f4b (diff)
esp32/mpconfigport: Remove port-specific GAP name.
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 <daniel@dvdgiessen.nl>
-rw-r--r--ports/esp32/mpconfigport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/esp32/mpconfigport.h b/ports/esp32/mpconfigport.h
index 39f91ab83..b4ec08209 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)