summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2015-10-05 11:10:14 -0700
committerAlex Vakulenko <avakulenko@google.com>2015-10-05 12:04:17 -0700
commitdab24660f716cc4257fd8d9e7306ebed6b22ed73 (patch)
treece7fb67a9bc4bc071ad59b478958b73786876f53
parent7f78980823b5002d12a9c4d99d58f605891baeb1 (diff)
downloaddragonboard-dab24660f716cc4257fd8d9e7306ebed6b22ed73.tar.gz
Dragonboard: Update embedded pairing code to 'hello'
To illustrate that embedded code is not limited to numeric digits, use 'hello' instead of '0000'. Also uncommented API keys and URLs to use the value from the .conf file instead of hardcoded defaults (which are going to be removed). BUG: 24536219 Change-Id: Iadc541afca9d554b960a285d3f9850e1190604cb
-rw-r--r--base_product/weaved.conf14
1 files changed, 4 insertions, 10 deletions
diff --git a/base_product/weaved.conf b/base_product/weaved.conf
index c772cc7..53363fb 100644
--- a/base_product/weaved.conf
+++ b/base_product/weaved.conf
@@ -15,19 +15,13 @@
#
# OAuth 2.0 client id.
-# client_id=58855907228.apps.googleusercontent.com
+client_id=58855907228.apps.googleusercontent.com
# OAuth 2.0 client secret.
-# client_secret=eHSAREAHrIqPsHBxCE9zPPBi
+client_secret=eHSAREAHrIqPsHBxCE9zPPBi
# OAuth 2.0 API key.
-# api_key=AIzaSyDSq46gG-AxUnC3zoqD9COIPrjolFsMfMA
-
-# OAuth 2.0 URL.
-# oauth_url=https://accounts.google.com/o/oauth2/
-
-# GCD service URL.
-# service_url=https://www.googleapis.com/clouddevices/v1/
+api_key=AIzaSyDSq46gG-AxUnC3zoqD9COIPrjolFsMfMA
# Human readable name of the device.
name=Starter Board
@@ -82,4 +76,4 @@ pairing_modes=embeddedCode
embedded_code_path=/etc/weaved/weaved.conf
# Embedded code.
-embedded_code=0000
+embedded_code=hello