Merge pull request #19151 from influxdata/update-orgid-location-for-arduino
chore: Update orgID location and Token location for Arduino client library boilerplate.pull/19076/head
commit
48814abab1
|
@ -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 -> <select token>)
|
||||
// InfluxDB v2 server or cloud API authentication token (Use: InfluxDB UI -> Data -> Tokens -> <select token>)
|
||||
#define INFLUXDB_TOKEN "<%= token %>"
|
||||
// InfluxDB v2 organization id (Use: InfluxDB UI -> Settings -> Profile -> <name under tile> )
|
||||
// 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
|
||||
|
|
Loading…
Reference in New Issue