Skip to content

A simple esp8266 with three links for: ON / OFF and STATE

Notifications You must be signed in to change notification settings

me-cooper/esp8266-http-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

esp8266-http-switch

A simple esp8266 with three links for: ON / OFF and STATE

Diese Zeilen müssen vor dem Upload bearbeitet werden:

const char* ssid = "WLAN_SSID";
const char* password = "WLAN_PASSWORD";

Der ESP ist erreichbar unter folgenden links

Die Signalleitung des Relaismoduls kommt an D1.

int relay_pin = 5; //D1

Hier nochmal alle Pins mit den dazugehörigen Nummern. https://github.com/makesmartnet/esp8266-pin-definitions

About

A simple esp8266 with three links for: ON / OFF and STATE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages