From 5812611ab2adbe14af94d0c316879698cf3b4d8b Mon Sep 17 00:00:00 2001 From: Jim Mussared Date: Thu, 16 Feb 2023 11:04:18 +1100 Subject: [PATCH] rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Use default aioble. The default now includes all sub-components (security, l2cap, etc) and using the kwarg options is no longer supported. Signed-off-by: Jim Mussared --- ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py b/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py index 2fed2b1921c8..e0a8bc88326d 100644 --- a/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py +++ b/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py @@ -11,4 +11,4 @@ require("logging") # Bluetooth -require("aioble", client=True, central=True, l2cap=True, security=True) +require("aioble")