mirror of
https://github.com/bjoernellens1/ESP32-PowerGuard.git
synced 2025-04-19 08:45:13 +00:00
9 lines
359 B
Plaintext
9 lines
359 B
Plaintext
// need to move all passwords and tokens into this file for safety
|
|
// this file is not tracked by git
|
|
|
|
// WiFi credentials - change this to your WiFi credentials.
|
|
const char* WIFI_SSID = "<SSID>";
|
|
const char* WIFI_PASSWORD = "<PASSWORD>";
|
|
|
|
// InfluxDB credentials - change this to your InfluxDB credentials.
|
|
const char* INFLUXDB_TOKEN = "<YOUR_SECRET_TOKEN>"; |