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 <jim.mussared@gmail.com>
This commit is contained in:
parent
5812611ab2
commit
4eb72b34df
|
@ -7,4 +7,4 @@ require("bundle-networking")
|
|||
require("logging")
|
||||
|
||||
# Bluetooth
|
||||
require("aioble", client=True, central=True, l2cap=True, security=True)
|
||||
require("aioble")
|
||||
|
|
Loading…
Reference in New Issue