From 31b0fb8850f3cd3488fe498b5ad7c5d0202dab22 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Thu, 6 Jul 2017 19:50:11 +0100 Subject: [PATCH] Disable simulator --- pxtarget.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pxtarget.json b/pxtarget.json index d4c44209..67c953ff 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -12,6 +12,9 @@ "libs/ev3" ], "simulator": { + "headless": true + }, + "DISABLED-simulator": { "autoRun": true, "streams": true, "aspectRatio": 1.0,