From e3327a54e9e1acde9226d6d6d381134177527b70 Mon Sep 17 00:00:00 2001 From: klaute Date: Thu, 19 Jul 2018 21:56:43 +0200 Subject: [PATCH] influxdb ip replaced by hostname. --- firmware/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/config.h b/firmware/config.h index ec6c5c3..39287e2 100644 --- a/firmware/config.h +++ b/firmware/config.h @@ -33,8 +33,8 @@ #define BME280_ADDRESS 0x76 -//const char *INFLUXDB_HOST = "influxdb.okoyono.de"; -const char *INFLUXDB_HOST = "37.59.213.225"; +const char *INFLUXDB_HOST = "influxdb.okoyono.de"; +//const char *INFLUXDB_HOST = "37.59.213.225"; const uint16_t INFLUXDB_PORT = 80; const char *INFLUXDB_DB = "weatherstation"; const char *INFLUXDB_USER = "oko";