DST added
This commit is contained in:
parent
b8d6b4112a
commit
d09eb43ddf
1 changed files with 4 additions and 2 deletions
|
@ -19,8 +19,10 @@ struct WasteDate {
|
|||
std::vector<Waste> wasteTypes;
|
||||
};
|
||||
|
||||
std::vector<WasteDate> parseCsv(const std::string& csv);
|
||||
std::vector<WasteDate> parseCsv(const std::string &csv);
|
||||
|
||||
static int wifi_setup_impl(uint32_t country, const std::string &ssid, const std::string &pw,
|
||||
bool firstTry = true);
|
||||
void wifi_setup();
|
||||
|
||||
bool isDST(int8_t day, int8_t month, int8_t dow);
|
Loading…
Reference in a new issue