Changed to v5.1.1

This commit is contained in:
2023-11-06 21:05:20 +00:00
parent 8fd658071a
commit 6036752937
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
#include "esp_sntp.h" #include "esp_sntp.h"
#include "esp_wifi.h" #include "esp_wifi.h"
#include "freertos/FreeRTOS.h" #include "freertos/FreeRTOS.h"
#include "freertos/event_groups.h"
#include <string.h> #include <string.h>
static const char *TAG = "WIFI"; static const char *TAG = "WIFI";

View File

@@ -11,7 +11,7 @@
#include "freertos/task.h" #include "freertos/task.h"
#include "http.h" #include "http.h"
#include "nvs_flash.h" #include "nvs_flash.h"
#include "portmacro.h" //#include "portmacro.h"
#include "sdkconfig.h" #include "sdkconfig.h"
#include "wifi.h" #include "wifi.h"
#include "http.h" #include "http.h"