From d510884e48e09d66ed5ed0fa54055ce12350d2ba Mon Sep 17 00:00:00 2001 From: Will Cooke Date: Thu, 30 Jul 2020 13:10:52 +0100 Subject: [PATCH] chore: Update orgID location and Token location for Arduino client library boilerplate. --- ui/src/clientLibraries/constants/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/clientLibraries/constants/index.ts b/ui/src/clientLibraries/constants/index.ts index c4fa3429da..dd3e724529 100644 --- a/ui/src/clientLibraries/constants/index.ts +++ b/ui/src/clientLibraries/constants/index.ts @@ -49,11 +49,11 @@ ESP8266WiFiMulti wifiMulti; #define WIFI_PASSWORD "PASSWORD" // InfluxDB v2 server url, e.g. https://eu-central-1-1.aws.cloud2.influxdata.com (Use: InfluxDB UI -> Load Data -> Client Libraries) #define INFLUXDB_URL "<%= server %>" -// InfluxDB v2 server or cloud API authentication token (Use: InfluxDB UI -> Load Data -> Tokens -> ) #define INFLUXDB_TOKEN "<%= token %>" -// InfluxDB v2 organization id (Use: InfluxDB UI -> Settings -> Profile -> ) +// InfluxDB v2 organization id (Use: InfluxDB UI -> User -> About -> Common Ids ) #define INFLUXDB_ORG "<%= org %>" -// InfluxDB v2 bucket name (Use: InfluxDB UI -> Load Data -> Buckets) +// InfluxDB v2 bucket name (Use: InfluxDB UI -> Data -> Buckets) #define INFLUXDB_BUCKET "<%= bucket %>" // Set timezone string according to https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html