From 1dfe716b56850053583cc8c88b3d1eb7dccf0d31 Mon Sep 17 00:00:00 2001 From: Cruz Monrreal Date: Tue, 13 Mar 2018 12:13:55 -0500 Subject: [PATCH] Disabled exporters for lorawan example --- tools/test/examples/examples.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index 41fb71aa2d..a452fd4ce7 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -247,7 +247,7 @@ "features" : [], "targets" : [], "toolchains" : [], - "exporters": [], + "exporters": false, "compile" : true, "export": true, "auto-update" : true