diff --git a/src/helper.h b/src/helper.h index 80ffa4b..e94dd37 100644 --- a/src/helper.h +++ b/src/helper.h @@ -2,8 +2,6 @@ #include "master.h" #include - - std::array macStringToBytes(const char *macStr) { std::array bytes; sscanf(macStr, "%hhx:%hhx:%hhx:%hhx:%hhx:%hhx", &bytes[0], &bytes[1], diff --git a/src/wificlass.h b/src/wificlass.h index cd607bb..e4e7a9a 100644 --- a/src/wificlass.h +++ b/src/wificlass.h @@ -66,8 +66,8 @@ void setupWifi() { WiFi.softAPIP().toString() + "/update"); // mDNS starten - if (MDNS.begin("aquacross-timer")) { // z.B. http://aquacross-timer.local/ - Serial.println("mDNS responder gestartet: http://aquacross-timer.local/"); + if (MDNS.begin("ninjacross")) { // z.B. http://ninjacross.local/ + Serial.println("mDNS responder gestartet: http://ninjacross.local/"); } else { Serial.println("Fehler beim Starten von mDNS!"); }