10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
|
#ifndef CREDENTIALS_H
|
||
|
#define CREDENTIALS_H
|
||
|
|
||
|
// Replace with your actual SSID and password:
|
||
|
#define WIFI_SSID "Your SSID here"
|
||
|
#define WIFI_PASSWD "WLAN AP password here"
|
||
|
#define HOSTNAME "hostname"
|
||
|
|
||
|
#endif
|