13 lines
479 B
Text
13 lines
479 B
Text
/*
|
|
* file: credentials.template
|
|
* desc: This file is part of the Krautspace Doorstatus project. It contains
|
|
* wifi ssid and passwords for the statusclient.ino programm, that runs on a
|
|
* NodeMCU with a ESP8266 chip.
|
|
*
|
|
* Rename this file into 'credentials.h' and adapt the values to your
|
|
* wifi conditions.
|
|
*/
|
|
|
|
/* wifi credentials */
|
|
constexpr static inline char const SSID[] = "your_first__wlan_ssid"
|
|
constexpr static inline char const PSK[] = "your_first_wlan_passwort"
|