...
Code Block |
---|
//=========================================== //Timezone information //=========================================== const char* ntpServer = "pool.ntp.org"; const long gmtOffset_sec = -7 * 3600; const int daylightOffset_sec = 3600; |
MQTT Topic Structure
...