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 <jim.mussared@gmail.com>
pull/10763/head
Jim Mussared 2023-02-16 11:04:18 +11:00 zatwierdzone przez Damien George
rodzic e140c7d26a
commit 5812611ab2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -11,4 +11,4 @@ require("espflash")
require("logging")
# Bluetooth
require("aioble", client=True, central=True, l2cap=True, security=True)
require("aioble")