working timezone config
This commit is contained in:
parent
b30cfde0b0
commit
b62ef700ed
3 changed files with 9 additions and 9 deletions
|
@ -163,7 +163,7 @@ void setup()
|
|||
{
|
||||
ESP_LOGI("Initializer", "Starting ESPMegaPRO OOP demo");
|
||||
espmega.begin();
|
||||
espmega.setUTCOffset(7);
|
||||
espmega.setTimezone("UTC-7");
|
||||
ESP_LOGI("Initializer", "Enabling IOT module");
|
||||
espmega.enableIotModule();
|
||||
ESP_LOGI("Initializer", "Enabling Ethernet");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue