diff --git a/main/config.h.dist b/main/config.h.dist index ab9fc04..479083e 100644 --- a/main/config.h.dist +++ b/main/config.h.dist @@ -1,4 +1,3 @@ -const String titel = "Physical Interface"; -// Setup for wifi connection. -const char *ssid = ""; //SSID -const char *password = ""; //Wlan-Passwort +const char *ssid = ""; +const char *password = ""; +const char* hostname = "physical-interface"; diff --git a/main/homepage_template.h b/main/homepage_template.h index 72f393f..102eefe 100644 --- a/main/homepage_template.h +++ b/main/homepage_template.h @@ -5,30 +5,34 @@ String homepage_template(void){ "" "
" "" - "An REST-API Arduino microcontroller, which allows you to interact with hardware and the physical environment.
" - "Interact with the physical environment:
" "