From 1507858d37d41a3f22129ea569d628f1b75cb876 Mon Sep 17 00:00:00 2001 From: Brandon Bayer Date: Wed, 23 Nov 2016 14:43:20 -0600 Subject: annex:fix: better defaults --- recipes-core/annex-client/annex-client.bb | 2 +- recipes-core/annex-client/annex-client/config.json.sample | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-core/annex-client/annex-client.bb b/recipes-core/annex-client/annex-client.bb index cf7ed5c..83dd602 100644 --- a/recipes-core/annex-client/annex-client.bb +++ b/recipes-core/annex-client/annex-client.bb @@ -6,7 +6,7 @@ PROVIDES = "annex-client" # NOTE: annex-client binary is built with Jenkin's job using annex-client-from-src.bb # To update this, manually copy ipk from Jenkin's job to .net/downloads/ -PR = "r2" +PR = "r3" ANNEX_PR = "r1" SRC_URI = "http://multitech.net/downloads/annex-client-from-src_1.0-${ANNEX_PR}.0_${TUNE_PKGARCH}.ipk \ file://annex-client.init \ diff --git a/recipes-core/annex-client/annex-client/config.json.sample b/recipes-core/annex-client/annex-client/config.json.sample index c576a04..5e83c64 100644 --- a/recipes-core/annex-client/annex-client/config.json.sample +++ b/recipes-core/annex-client/annex-client/config.json.sample @@ -1,10 +1,10 @@ { - "enabled": false, + "enabled": true, "accountKey": "", "deviceHqUrl": "https://www.devicehq.com", "deviceServerUrl": "ds.devicehq.com", "checkInIntervalMins": 720, "gpsDataIntervalMins": 720, "allowFirmwareUpgrade": true, - "allowConfigUpgrade": true + "allowConfigUpgrade": false } -- cgit v1.2.3