From 60169e92f4e1442cf3cf6328575e481dd485f942 Mon Sep 17 00:00:00 2001 From: Dustin Crossman Date: Mon, 2 Mar 2020 10:50:53 -0800 Subject: [PATCH] Defined default config options. --- targets/targets.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/targets.json b/targets/targets.json index 756d2283be..f1469d80c2 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -14010,11 +14010,11 @@ "config": { "np_cloud_disable": { "help": "Value: Tells the np to connect to cloud or not", - "value": null + "value": false }, "np_wifi_enable": { "help": "Value: Tells the np to connect to wifi with its network credentials or wait till cp provides network credentials to it", - "value": null + "value": false } }, "post_binary_hook": {