diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 224daeb..edbc43e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -6,8 +6,8 @@ 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"; +const char *sensor_1 = ""; +const char *sensor_2 = ""; void setup() { |
