remove personal data

v0.1
Arne Schroeder 2019-12-04 22:36:14 +01:00
parent ad5adff871
commit 29a78ba6f9
1 changed files with 4 additions and 4 deletions

View File

@ -28,10 +28,10 @@
// Update these with values suitable for your network. // Update these with values suitable for your network.
const char *ssid = "AcS"; const char *ssid = "DEFINE_WLAN_SSID_HERE";
const char *password = "67993776724373201548"; const char *password = "DEFINE_PASSWORD_HERE";
const char* mqtt_server = "192.168.1.98"; const char* mqtt_server = "DEFINE_IP_HERE";
const String mqtt_client = "home/S000"; const String mqtt_client = "home/S001";
const String mqtt_topic_t = mqtt_client + String("/temperatur"); const String mqtt_topic_t = mqtt_client + String("/temperatur");
const String mqtt_topic_h = mqtt_client + String("/humidity"); const String mqtt_topic_h = mqtt_client + String("/humidity");
const String mqtt_topic_p = mqtt_client + String("/pressure"); const String mqtt_topic_p = mqtt_client + String("/pressure");