Packages

Nerves System - Khadas VIM3 (Amlogic A311D)

Current section

Files

Jump to
nerves_system_vim3 config config.exs
Raw

config/config.exs

import Config
# NTP time synchronization configuration
# VIM3 does not have an RTC, so allow large time corrections on boot
config :nerves_time,
earliest_time: ~N[2020-01-01 00:00:00],
latest_time: ~N[2099-12-31 23:59:59],
servers: [
"0.pool.ntp.org",
"1.pool.ntp.org",
"2.pool.ntp.org",
"3.pool.ntp.org"
]