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.
Dominik Bartsch ea13046ed9 lib 3 years ago
.vscode initial commit 3 years ago
include removed template 3 years ago
lib initial commit 3 years ago
src arrrgh 3 years ago
test initial commit 3 years ago
.gitignore ignore platformio.ini 3 years ago
README.md arrrgh 3 years ago
platformio.ini lib 3 years ago

README.md

Steps to run it

create “include/wifi_credentials.h”
#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