Skip to content

Commit fe50ce0

Browse files
committed
Added missing param
1 parent 15b1887 commit fe50ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/BasicWrite/BasicWrite.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void setup() {
5959
Serial.println();
6060

6161
// Set InfluxDB 1 authentication params
62-
//client.setConnectionParamsV1(INFLUXDB_URL, INFLUXDB_USER, INFLUXDB_PASSWORD);
62+
//client.setConnectionParamsV1(INFLUXDB_URL, INFLUXDB_DB_NAME, INFLUXDB_USER, INFLUXDB_PASSWORD);
6363

6464
// Add constant tags - only once
6565
sensor.addTag("device", DEVICE);

0 commit comments

Comments
 (0)