From fd202fe757474499787eb90b553a6e3a9f25fd16 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Fri, 17 Feb 2023 16:05:28 +0100 Subject: [PATCH] rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Include "time" in manifest. Freeze the micropython-lib time module to get strftime. --- 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 e0a8bc8832..bc090ef7c4 100644 --- a/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py +++ b/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py @@ -8,6 +8,7 @@ require("lsm6dsox") require("espflash") # Utils +require("time") require("logging") # Bluetooth