diff options
| -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 |
