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
@ -8,6 +8,7 @@ require("lsm6dsox")
|
|||||||
require("espflash")
|
require("espflash")
|
||||||
|
|
||||||
# Utils
|
# Utils
|
||||||
|
require("time")
|
||||||
require("logging")
|
require("logging")
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
|
Loading…
Reference in New Issue
Block a user