From 51682e6475d477ced2427c131ff7e975b7cbe4b9 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 12 May 2022 18:46:23 +0200 Subject: refactor(minion): rename the connect method in wifi module --- minion/src/wifi_module.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minion/src/wifi_module.hpp') diff --git a/minion/src/wifi_module.hpp b/minion/src/wifi_module.hpp index 62ea4f4..55abdfc 100644 --- a/minion/src/wifi_module.hpp +++ b/minion/src/wifi_module.hpp @@ -59,7 +59,7 @@ public: * * @returns Whether or not it succeeded. */ - auto connect(const char *ssid, const char *password) noexcept -> bool; + auto connect_to_wifi(const char *ssid, const char *password) noexcept -> bool; void set_wifi_mode(WifiMode wifi_mode) noexcept; -- cgit v1.2.3-18-g5258