micropython/ports/esp32/boards/ARDUINO_NANO_ESP32/manifest.py

10 lines
134 B
Python

include("$(PORT_DIR)/boards/manifest.py")
# Utils
require("time")
require("senml")
require("logging")
# Bluetooth
require("aioble")