ESP32-SolarPowerMonitor/config_example.h

7 lines
154 B
C
Raw Normal View History

const char *SSID = "ssid";
const char *WiFiPassword = "password";
2020-06-24 19:06:09 +01:00
const char *INFLUXDB_URL = "http://ip:8086";
2020-06-24 19:06:09 +01:00
const char *INFLUXDB_DB_NAME = "dbname";