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 03d9f87159 added gzip for webpage and preprocessor timing wrapper 2 years ago
.vscode added gzip for webpage and preprocessor timing wrapper 2 years ago
include added gzip for webpage and preprocessor timing wrapper 2 years ago
lib initial commit 2 years ago
src added gzip for webpage and preprocessor timing wrapper 2 years ago
.gitignore ignore platformio.ini 2 years ago
README.md timing 2 years ago
extra_script.py added gzip for webpage and preprocessor timing wrapper 2 years ago
includeindex.html.gz.h added gzip for webpage and preprocessor timing wrapper 2 years ago
platformio.ini Merge branch 'master' of https://git.efi.th-nuernberg.de/gitea/schmidtsi76327/ESP8266_Treppenlicht 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