We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b1887 commit fe50ce0Copy full SHA for fe50ce0
examples/BasicWrite/BasicWrite.ino
@@ -59,7 +59,7 @@ void setup() {
59
Serial.println();
60
61
// Set InfluxDB 1 authentication params
62
- //client.setConnectionParamsV1(INFLUXDB_URL, INFLUXDB_USER, INFLUXDB_PASSWORD);
+ //client.setConnectionParamsV1(INFLUXDB_URL, INFLUXDB_DB_NAME, INFLUXDB_USER, INFLUXDB_PASSWORD);
63
64
// Add constant tags - only once
65
sensor.addTag("device", DEVICE);
0 commit comments