From 60367529374cfb64ca38b9e78a02141a033c7268 Mon Sep 17 00:00:00 2001 From: Arthur Roberts Date: Mon, 6 Nov 2023 21:05:20 +0000 Subject: [PATCH] Changed to v5.1.1 --- components/wifi/wifi.c | 1 + main/main.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/wifi/wifi.c b/components/wifi/wifi.c index 0870a47..924deb7 100644 --- a/components/wifi/wifi.c +++ b/components/wifi/wifi.c @@ -4,6 +4,7 @@ #include "esp_sntp.h" #include "esp_wifi.h" #include "freertos/FreeRTOS.h" +#include "freertos/event_groups.h" #include static const char *TAG = "WIFI"; diff --git a/main/main.c b/main/main.c index ed471dc..cf6e642 100644 --- a/main/main.c +++ b/main/main.c @@ -11,7 +11,7 @@ #include "freertos/task.h" #include "http.h" #include "nvs_flash.h" -#include "portmacro.h" +//#include "portmacro.h" #include "sdkconfig.h" #include "wifi.h" #include "http.h"