-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Description
In the xsHost files the timezone and daylight time are hard coded:
static int32_t gTimeZoneOffset = -8 * 60 * 60; // Menlo Park
static int16_t gDaylightSavings = 60 * 60; // summer time
These could be set up as a#define so they can be overridden in the build.
However, it might be more flexible if it was in the config section of the manifest.
We currently have:
"config": {
"sntp": "pool.ntp.org",
}
and this is picked up by "setup/network": "$(BUILD)/devices/esp/setup/network",
So perhaps the timezone details should be set here from the config?
Metadata
Metadata
Assignees
Labels
No labels