Sfoglia il codice sorgente

wifi: add missing include for idf 5.0

Helmut Pozimski 1 anno fa
parent
commit
8517593f21
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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"