ESP32-PowerMonitoring/PowerBox-3Phase/config_example.h

7 lines
154 B
C
Raw Normal View History

2020-12-21 11:45:39 +00:00
const char *SSID = "ssid";
const char *WiFiPassword = "password";
const char *INFLUXDB_URL = "http://ip:8086";
const char *INFLUXDB_DB_NAME = "dbname";