/*********
Rui Santos
Complete project details at https://randomnerdtutorials.com/esp8266-nodemcu-access-point-ap-web-server/
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*********/
// Import required libraries
#include <Arduino.h#include <ESP8266WiFi.h#include <Hash.h#include <ESPAsyncTCP.h#include <ESPAsyncWebServer.h#include <Adafruit_Sensor.h#include <DHT.h#include <EEPROM.hString header;
const char* ssid = “Cooling-Fan-Controller”;