mirror of
https://github.com/kevinveenbirkenbach/physical-interface.git
synced 2024-11-10 20:41:03 +01:00
5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
const String titel = "Physical Interface";
|
|
// Setup for wifi connection.
|
|
const char *ssid = ""; //SSID
|
|
const char *password = ""; //Wlan-Passwort
|