wifi dependency removed

This commit is contained in:
2022-03-03 15:14:30 +01:00
parent e127009601
commit ecd76bc6d5
4 changed files with 70 additions and 19 deletions
+4 -1
View File
@@ -34,8 +34,11 @@ class Network {
/**
* @brief Establish a connection to the WiFi.
*
* @return true Wifi is connected
* @return false Timeout
*/
static void connectWifi();
static bool connectWifi();
/**
* @brief Set all general settings to connect to a broker.