diff --git a/wled00/ntp.cpp b/wled00/ntp.cpp index 0eb5122f8..494e7e3b1 100644 --- a/wled00/ntp.cpp +++ b/wled00/ntp.cpp @@ -55,7 +55,7 @@ Timezone* tz; byte tzCurrent = TZ_INIT; //uninitialized /* C++11 form -- static std::array, TZ_COUNT> TZ_TABLE PROGMEM = {{ */ -static std::pair TZ_TABLE[] PROGMEM = { +static const std::pair TZ_TABLE[] PROGMEM = { /* TZ_UTC */ { {Last, Sun, Mar, 1, 0}, // UTC {Last, Sun, Mar, 1, 0} // Same