Преглед на файлове

wifi: add missing include for idf 5.0

Helmut Pozimski преди 1 година
родител
ревизия
8517593f21
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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"