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 83e5cba4ec websrc to .h converter 2 years ago
.vscode initial commit 2 years ago
include websrc to .h converter 2 years ago
lib initial commit 2 years ago
src websrc to .h converter 2 years ago
.gitignore ignore platformio.ini 2 years ago
README.md timing 2 years ago
extra_script.py websrc to .h converter 2 years ago
platformio.ini websrc to .h converter 2 years ago

README.md

Steps to run it

https://arduino-esp8266.readthedocs.io/en/latest/ota_updates/readme.html

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