aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/src/wifi.c
diff options
context:
space:
mode:
authorFilip Wandzio <contact@philw.dev>2025-10-14 22:18:55 +0200
committerFilip Wandzio <contact@philw.dev>2025-10-14 22:18:55 +0200
commit4807e1cfe11dbedd7656e534e3995edb575129a6 (patch)
tree48afc894f2b8c0ec1ad82ca433a77e4b247fa774 /firmware/src/wifi.c
parent01713bbe20d2cf5aafbe5eb32721d3e4fc5823d8 (diff)
downloade1-4807e1cfe11dbedd7656e534e3995edb575129a6.tar.gz
e1-4807e1cfe11dbedd7656e534e3995edb575129a6.zip
Optimize mqtt rtt analysis method
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();