ESP32-SolarPowerMonitor/config_example.h

7 lines
154 B
C

const char *SSID = "ssid";
const char *WiFiPassword = "password";
const char *INFLUXDB_URL = "http://ip:8086";
const char *INFLUXDB_DB_NAME = "dbname";