This commit is contained in:
Siwat Sirichai 2024-05-22 00:17:36 +07:00
parent 8e12a748e4
commit 4c0f66539c
2 changed files with 5 additions and 4 deletions

View file

@ -64,6 +64,7 @@ void setup()
espmega.outputs.setValue(i,4095);
// Initialize IoT Modules
ESP_LOGV("CUD IoT OS", "Initializing IoT Modules");
espmega.setTimezone("ICT-7");
espmega.enableIotModule();
// Setup Ethernet
ESP_LOGV("CUD IoT OS", "Initializing Ethernet");