forked from Krautspace/doorstatus
Pin D1 war defekt, daher haben wir dauf D4 geändert. Dieser ist geleichzeitig die 2. Status LED auf dem Lua Bord und zeigt den Status geschlossen an.
This commit is contained in:
parent
154e551e52
commit
ab0f3e8c6b
3 changed files with 10 additions and 13 deletions
|
@ -9,9 +9,5 @@
|
|||
*/
|
||||
|
||||
/* wifi credentials */
|
||||
#define SSID_1 "your_first__wlan_ssid"
|
||||
#define PSK_1 "your_first_wlan_passwort"
|
||||
#define SSID_2 "your_second_wlan_ssid"
|
||||
#define PSK_2 "your_seconde_wlan_password"
|
||||
#define SSID_3 "your_third_wlan_ssid"
|
||||
#define PSK_3 "your_third_wlan_password"
|
||||
constexpr static inline char const SSID[] = "your_first__wlan_ssid"
|
||||
constexpr static inline char const PSK[] = "your_first_wlan_passwort"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue