fix broken sysinfo (#2381)

Co-authored-by: CaCO3 <caco@ruinelli.ch>
This commit is contained in:
CaCO3
2023-05-01 23:34:55 +02:00
committed by GitHub
parent 5a00bdd7f6
commit 13d01a6c96
3 changed files with 20 additions and 16 deletions

View File

@@ -9,6 +9,8 @@ int wifi_init_sta(void);
std::string* getIPAddress();
std::string* getSSID();
int get_WIFI_RSSI();
std::string* getHostname();
bool getWIFIisConnected();
void WIFIDestroy();