diff --git a/wetterstation/settings.h b/wetterstation/settings.h index 66b7e79c34f94a17341da0c9e9489fccfb40f6de..638b3300cfe4700d52db6964b7644bac8776dbaa 100644 --- a/wetterstation/settings.h +++ b/wetterstation/settings.h @@ -13,12 +13,6 @@ const char* mqttUser = "MQTT_USER"; // MQTT Username const char* mqttPass = "MQTT_PASS"; // MQTT Password int mqttPort = 1883; // 1883 - Ist der Standard TCP Port -// -// MQTT Topics to subscribe -// -const char* mqttTopic = String("/wetterstation/frontend/" + frontendId + "/weather").c_str(); -const char* mqttTopicBackend = "/wetterstation/backend/settings"; - // // Settings for Backend //