2 Answers
/*********
Rui Santos
Complete project details at https://randomnerdtutorials.com
*********/
#include <WiFi.h> extern “C” {
#include “freertos/FreeRTOS.h”
#include "freertos/timers.h" }
I'm trying tocompile above scetch, butI dont have freertos/FreeRTOS.h and freertos/timers.h
Where I can find those Library from …
Thank you