/* * ESP8266 NodeMCU LED - Buzzer Control over WiFi (AP Mode) * * https://circuits4you.com */ #include #include //ESP Web Server Library to host a web page #include // SSID parameters const char *ssid = "ESP8266_AP_Mode"; const char *password = "12345678"; IPAddress ip(192, 168, 4, 1); // IP Address IPAddress netmask(255, 255, 255, 0); // Netmask //Declare a global object variable from the ESP8266WebServer class. ESP8266WebServer server(80); //Server on port 80 //--------------------------------------------------------------- //Our HTML webpage contents in program memory const char MAIN_page[] PROGMEM = R"=====( Wifi Led Buzzer Kontrolu V2

Wifi Led Buzzer Kontrolu V2


Led Aç Led Kapat
Buzzer Aç Buzzer Kapat