ESP8266 Treppenlichtsteuerung mit OTA zum Firmware Upload
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Simon Schmidt 9da19716d7 removed template 3 years ago
.vscode initial commit 3 years ago
include removed template 3 years ago
lib initial commit 3 years ago
src changed readme 3 years ago
test initial commit 3 years ago
.gitignore initial commit 3 years ago
README.md changed readme 3 years ago
platformio.ini added template 3 years ago

README.md

Steps to run it

create wifi_credentials.h

TEMPLATE

#ifndef __WIFI_CREDENTIALS_H
#define __WIFI_CREDENTIALS_H

#ifndef STASSID
#define STASSID "ssid"
#define STAPSK  "key"
#endif

#endif // __WIFI_CREDENTIALS_H

platformio.ini

change IP of esp8266 accordingly IP gets printed on Serial Monitor after first Upload