Browse Source
Changes in this commit are: - Increase CDC buffer size. - Define I2C1 SCL/SDA pins. - Add crypto device enable pin to board pins. - Update deploy instructions. - Add ntptime, urequests and logging to manifest.pull/9177/merge
iabdalkader
2 years ago
committed by
Damien George
4 changed files with 16 additions and 3 deletions
@ -1,3 +1,12 @@ |
|||
include("$(PORT_DIR)/boards/manifest.py") |
|||
|
|||
# Networking |
|||
require("webrepl") |
|||
require("urequests") |
|||
require("ntptime") |
|||
|
|||
# Utils |
|||
require("logging") |
|||
|
|||
# Bluetooth |
|||
require("aioble", client=True, central=True, l2cap=True, security=True) |
|||
|
|
Loading…
Reference in new issue