added wifi disable
This commit is contained in:
parent
710f1e815f
commit
36575884f3
2 changed files with 14 additions and 6 deletions
|
@ -21,8 +21,10 @@ struct WasteDate {
|
|||
|
||||
std::vector<WasteDate> parseCsv(const std::string &csv);
|
||||
|
||||
static int wifi_setup_impl(uint32_t country, const std::string &ssid, const std::string &pw,
|
||||
static int wifi_setup(uint32_t country, const std::string &ssid, const std::string &pw,
|
||||
bool firstTry = true);
|
||||
void wifi_setup();
|
||||
void wifi_enable();
|
||||
|
||||
void wifi_disable();
|
||||
|
||||
bool isDST(int8_t day, int8_t month, int8_t dow);
|
Loading…
Add table
Add a link
Reference in a new issue