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 {
char* zone;
char* ntpServer;
const char* zone;
const char* ntpServer;
int8_t tzoff;
} Timezone_t;

Loading…
Cancel
Save