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.

README.md 342B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
12345678910111213141516171819
  1. ### Steps to run it
  2. ##### create "include/wifi_credentials.h"
  3. ```cpp
  4. #ifndef __WIFI_CREDENTIALS_H
  5. #define __WIFI_CREDENTIALS_H
  6. #ifndef STASSID
  7. #define STASSID "ssid"
  8. #define STAPSK "key"
  9. #endif
  10. #endif // __WIFI_CREDENTIALS_H
  11. ```
  12. ##### platformio.ini
  13. change IP of esp8266 accordingly
  14. IP gets printed on Serial Monitor after first Upload