summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f30686f..224daeb 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2,9 +2,9 @@
#include <ESP8266HTTPClient.h>
#include <WiFiClient.h>
-const char *ssid = "link";
-const char *password = "dkfgf#*12091997";
-const char *host = "89.110.92.137";
+const char *ssid = "";
+const char *password = "";
+const char *host = "";
const int port = 8000;
const char *sensor_1 = "Home_bme280_balkon";
const char *sensor_2 = "Villa_bme280_base1";
@@ -85,4 +85,4 @@ void setup()
// }
}
-void loop() {} \ No newline at end of file
+void loop() {}