summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2015-10-05 11:10:14 -0700
committerLee Campbell <leecam@google.com>2015-11-11 10:19:31 -0800
commite0a0a3821a34fdfd254d03f01fce91435020c646 (patch)
tree34d4953aa265b47ffde946f39e43ba35c8e1bf66
parentab34ea502799ecd6af91000f63b02b3405b3f6ff (diff)
downloaddragonboard-e0a0a3821a34fdfd254d03f01fce91435020c646.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