From 4eb72b34dfb25160ff93415cc0ae1779d3bb5a76 Mon Sep 17 00:00:00 2001 From: Jim Mussared Date: Thu, 16 Feb 2023 11:04:33 +1100 Subject: [PATCH] stm32/boards/ARDUINO_PORTENTA_H7: 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/stm32/boards/ARDUINO_PORTENTA_H7/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/stm32/boards/ARDUINO_PORTENTA_H7/manifest.py b/ports/stm32/boards/ARDUINO_PORTENTA_H7/manifest.py index 6cb1719741..2a68858186 100644 --- a/ports/stm32/boards/ARDUINO_PORTENTA_H7/manifest.py +++ b/ports/stm32/boards/ARDUINO_PORTENTA_H7/manifest.py @@ -7,4 +7,4 @@ require("bundle-networking") require("logging") # Bluetooth -require("aioble", client=True, central=True, l2cap=True, security=True) +require("aioble")