Simon Schmidt 29e130b837 changed gitignore | 3 years ago | |
---|---|---|
.vscode | 3 years ago | |
include | 3 years ago | |
lib | 3 years ago | |
src | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
extra_script.py | 3 years ago | |
includeindex.html.gz.h | 3 years ago | |
platformio.ini | 3 years ago |
https://arduino-esp8266.readthedocs.io/en/latest/ota_updates/readme.html
#ifndef __WIFI_CREDENTIALS_H
#define __WIFI_CREDENTIALS_H
#ifndef STASSID
#define STASSID "ssid"
#define STAPSK "key"
#endif
#endif // __WIFI_CREDENTIALS_H
change IP of esp8266 accordingly IP gets printed on Serial Monitor after first Upload