rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Include "time" in manifest.
Freeze the micropython-lib time module to get strftime.
This commit is contained in:
parent
d18de7ec81
commit
fd202fe757
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ require("lsm6dsox")
|
|||
require("espflash")
|
||||
|
||||
# Utils
|
||||
require("time")
|
||||
require("logging")
|
||||
|
||||
# Bluetooth
|
||||
|
|
|
|||
Loading…
Reference in a new issue