Cleanup WiFiMulti (#2955)

* Use macros for switch case labels

* Fixed spelling error in "too"

* Fix spacing

* Inline private functions that are only called once
This commit is contained in:
Nathan Phillips
2019-07-09 18:21:01 +02:00
committed by Me No Dev
parent f558e69181
commit 476660f763
2 changed files with 50 additions and 68 deletions

View File

@ -46,9 +46,6 @@ public:
private:
std::vector<WifiAPlist_t> APlist;
bool APlistAdd(const char* ssid, const char *passphrase = NULL);
void APlistClean(void);
};
#endif /* WIFICLIENTMULTI_H_ */