aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/src/wifi.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/src/wifi.c')
-rw-r--r--firmware/src/wifi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/src/wifi.c b/firmware/src/wifi.c
index ea76f24..704b4a4 100644
--- a/firmware/src/wifi.c
+++ b/firmware/src/wifi.c
@@ -24,6 +24,7 @@
24 * 24 *
25 * The SSID and password are defined in the configuration headers. 25 * The SSID and password are defined in the configuration headers.
26 */ 26 */
27// cppcheck-suppress unusedFunction
27void wifi_init_sta(void) 28void wifi_init_sta(void)
28{ 29{
29 esp_netif_create_default_wifi_sta(); 30 esp_netif_create_default_wifi_sta();