From 092078852e83811a629028b09cde2374fdfd9103 Mon Sep 17 00:00:00 2001 From: Matt Trentini Date: Fri, 9 Aug 2024 14:58:48 +1000 Subject: [PATCH] esp32/boards: Remove BLE from list of features for ESP32-S2. Fixes issue #15618. Signed-off-by: Matt Trentini --- ports/esp32/boards/ESP32_GENERIC_S2/board.json | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/esp32/boards/ESP32_GENERIC_S2/board.json b/ports/esp32/boards/ESP32_GENERIC_S2/board.json index 35d06f2f7e..6ebf16be1a 100644 --- a/ports/esp32/boards/ESP32_GENERIC_S2/board.json +++ b/ports/esp32/boards/ESP32_GENERIC_S2/board.json @@ -4,7 +4,6 @@ ], "docs": "", "features": [ - "BLE", "External Flash", "External RAM", "WiFi"