Browse Source

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 2 years ago
committed by Damien George
parent
commit
5812611ab2
  1. 2
      ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py

2
ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py

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

Loading…
Cancel
Save