Browse Source

rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Include "time" in manifest.

Freeze the micropython-lib time module to get strftime.
pull/10781/head
iabdalkader 2 years ago
committed by Damien George
parent
commit
fd202fe757
  1. 1
      ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py

1
ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/manifest.py

@ -8,6 +8,7 @@ require("lsm6dsox")
require("espflash") require("espflash")
# Utils # Utils
require("time")
require("logging") require("logging")
# Bluetooth # Bluetooth

Loading…
Cancel
Save