influxdb ip replaced by hostname.

This commit is contained in:
klaute 2018-07-19 21:56:43 +02:00
parent d744fffeb0
commit e3327a54e9

View file

@ -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";