Corrected type qualifier

pull/41/head
Hieromon Ikasamo 6 years ago
parent 3fa5dfd76f
commit abe984be7c
  1. 6
      examples/Simple/Simple.ino

@ -57,9 +57,9 @@ static const char AUX_TIMEZONE[] PROGMEM = R"(
)"; )";
typedef struct { typedef struct {
char* zone; const char* zone;
char* ntpServer; const char* ntpServer;
int8_t tzoff; int8_t tzoff;
} Timezone_t; } Timezone_t;
static const Timezone_t TZ[] = { static const Timezone_t TZ[] = {

Loading…
Cancel
Save