From c008ffd6de6175922a6da5c8ca67bbfc92a7240d Mon Sep 17 00:00:00 2001 From: Deomid Ryabkov Date: Fri, 8 Jun 2018 19:02:02 +0100 Subject: [PATCH] Add an example for sys.tz_spec CL: none PUBLISHED_FROM=4399846002b71ed149c42e3dbed1addcdbd24d63 --- fw/src/mgos_sys_config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/fw/src/mgos_sys_config.yaml b/fw/src/mgos_sys_config.yaml index b3cc4d323..f997e0178 100644 --- a/fw/src/mgos_sys_config.yaml +++ b/fw/src/mgos_sys_config.yaml @@ -29,7 +29,16 @@ ["sys.mount.dev_opts", "s", "", {title: "Storage device options"}], ["sys.mount.fs_type", "s", "", {title: "Filesystem type"}], ["sys.mount.fs_opts", "s", "", {title: "Filesystem options"}], + + # https://users.pja.edu.pl/~jms/qnx/help/watcom/clibref/global_data.html + # https://github.com/G6EJD/ESP32-Time-Services-and-SETENV-variable/blob/master/ESP32_Time_and_SETENV.ino + # Example: EST5EDT4,M4.1.0/02:00:00,M10.5.0/02:00:00 + # Eastern Standard Time is 5 hours earlier than Coordinated Universal Time (UTC). + # Standard time and daylight savings time both apply to this locale. + # Eastern Daylight Time (EDT) is one hour ahead of standard time. + # Daylight saving time starts on the first (1) Sunday (0) of April (4) at 2:00 A.M., and ends on the last (5) Sunday (0) of October (10) at 2:00 A.M. ["sys.tz_spec", "s", "", {title: "See formats for the TZ env var: \"man tzset\". Formats like \":/path/to/file\" are not supported"}], + ["sys.wdt_timeout", "i", 30, {title: "Watchdog timeout (seconds)"}], ["sys.pref_ota_lib", "s", {title: "Preferred ota lib, e.g. dash, ota-http-client"}],