Explorar o código

wifi: add missing include for idf 5.0

Helmut Pozimski hai 1 ano
pai
achega
8517593f21
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      main/wifi.c

+ 1 - 0
main/wifi.c

@@ -13,6 +13,7 @@
 #include <freertos/FreeRTOS.h>
 #include <freertos/task.h>
 #include <freertos/event_groups.h>
+#include <lwip/ip_addr.h>
 
 #include "configuration.h"