Quietly all 'getOlsen' synonym to getOlson to not break code

pull/39/head
Rop 7 years ago
parent a1ab42d2d2
commit 50f9e78822

@ -834,9 +834,13 @@ String Timezone::getPosix() { return _posix; }
String Timezone::getOlson() {
return _olson;
}
String Timezone::getOlsen() {
return _olson;
}
#if defined(EZTIME_CACHE_EEPROM) || defined(EZTIME_CACHE_NVS)
#if defined(ESP32) || defined(ESP8266)

@ -244,6 +244,7 @@ class Timezone {
public:
bool setLocation(const String location = "GeoIP");
String getOlson();
String getOlsen();
#ifdef EZTIME_CACHE_EEPROM
public:
bool setCache(const int16_t address);

Loading…
Cancel
Save