Skip to content

Commit

Permalink
rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Use default aioble.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jimmo authored and dpgeorge committed Feb 16, 2023
1 parent e140c7d commit 5812611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py
Expand Up @@ -11,4 +11,4 @@
require("logging")

# Bluetooth
require("aioble", client=True, central=True, l2cap=True, security=True)
require("aioble")

0 comments on commit 5812611

Please sign in to comment.