diff options
| author | iabdalkader <i.abdalkader@gmail.com> | 2023-02-17 16:05:28 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-03-08 00:52:54 +1100 |
| commit | fd202fe757474499787eb90b553a6e3a9f25fd16 (patch) | |
| tree | 71e1cc38a8df2d3d3464d355cc7168e1414ebfb1 | |
| parent | d18de7ec81c66a8ec31f4b3d57d486a8653985de (diff) | |
rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Include "time" in manifest.
Freeze the micropython-lib time module to get strftime.
| -rw-r--r-- | ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py b/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py index e0a8bc883..bc090ef7c 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 |
