Add fetching from wttr.in and moon display
All checks were successful
Compile / Compile (push) Successful in 1m26s

This commit is contained in:
Lewis Jackson 2023-06-02 18:45:26 +03:00
parent e11bcdc9cd
commit 1b6f89faea
5 changed files with 344 additions and 43 deletions

View file

@ -22,6 +22,8 @@ public:
void Resync(); // Resync the timer cycle, both initially and after RTC resync
static void OffsetTime(tmElements_t & tm, int offsetInSeconds);
static unsigned int GetDayOfYear(tmElements_t & tm);
static unsigned int DaysDifference(tmElements_t & tm1, tmElements_t & tm2);
private:
Rtc_Pcf8563 m_rtcPcf;