2021-06-10 18:36:16 +02:00
2021-06-10 18:57:30 +02:00
2021-06-10 18:36:16 +02:00
2021-06-10 20:06:58 +02:00
2021-06-10 18:36:16 +02:00
2021-06-10 19:38:33 +02:00
lib
2021-06-10 20:05:15 +02:00
2021-06-10 20:06:58 +02:00

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

Description
ESP8266 Treppenlichtsteuerung mit OTA zum Firmware Upload
Readme 6.2 MiB
Languages
C++ 76.3%
C 10.9%
JavaScript 4.5%
HTML 3.2%
CSS 2.6%
Other 2.5%