From dc2186c35b526a39893d788f0148d1d415c7b80b Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Wed, 8 Mar 2023 17:22:08 +0100 Subject: [PATCH] rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Include "senml" in manifest. --- ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py b/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py index bc090ef7c4..7c9b37e4b5 100644 --- a/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py +++ b/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py @@ -9,6 +9,7 @@ require("espflash") # Utils require("time") +require("senml") require("logging") # Bluetooth