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.

templ_wifi_credentials.h 158B

123456789
  1. #ifndef __WIFI_CREDENTIALS_H
  2. #define __WIFI_CREDENTIALS_H
  3. #ifndef STASSID
  4. #define STASSID "ssid"
  5. #define STAPSK "key"
  6. #endif
  7. #endif // __WIFI_CREDENTIALS_H