Skip to content
Snippets Groups Projects
Commit e28ca2fb authored by Dennis Eisold's avatar Dennis Eisold
Browse files

Update settings.h

parent eb800f56
No related branches found
No related tags found
No related merge requests found
......@@ -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
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment