Corrected type qualifier

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

@ -57,8 +57,8 @@ 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;

Loading…
Cancel
Save