Update 2020-10-25

This commit is contained in:
jomjol
2020-10-25 19:56:22 +01:00
parent 1223aa7c70
commit 642cefb84f
16 changed files with 100 additions and 12 deletions

View File

@@ -10,4 +10,8 @@ void initialise_wifi(std::string _ssid, std::string _passphrase, std::string _ho
void LoadWlanFromFile(std::string fn, std::string &_ssid, std::string &_passphrase, std::string &_hostname);
std::string getHostname();
std::string getIPAddress();
std::string getSSID();
#endif