-
I have successfully build my first highly complex flow: Hardly surprising the return value is the Unix epoch since no date and time is initialized on the MCU. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@Sineos – congratulations! Very complex, indeed. ;) The date/time of the MCU is in initialized in a couple of different ways:
Maybe this is common enough that we should default Node-RED MCU Edition projects to always configure an NTP server? That would just mean adding this to manifest_runtime.json: "config": {
"sntp": "pool.ntp.org"
} Of course, a project could still override the default NTP server in that case. |
Beta Was this translation helpful? Give feedback.
@Sineos – congratulations! Very complex, indeed. ;)
The date/time of the MCU is in initialized in a couple of different ways: