6250337c9c
This will ensure that any board with networking support gets: - webrepl - mip - urequests - ntptime This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
11 lines
198 B
Python
11 lines
198 B
Python
include("$(PORT_DIR)/boards/manifest.py")
|
|
|
|
# Networking
|
|
require("bundle-networking")
|
|
|
|
# Utils
|
|
require("logging")
|
|
|
|
# Bluetooth
|
|
require("aioble", client=True, central=True, l2cap=True, security=True)
|