From 3e7f07b497c690c75f589fb67b418d0566f46404 Mon Sep 17 00:00:00 2001 From: Jonathan Protzenko Date: Fri, 7 Aug 2015 13:53:26 -0700 Subject: [PATCH] Switch to the new compile service. --- rt/cloud.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt/cloud.ts b/rt/cloud.ts index c06cc5c2..15913bd9 100644 --- a/rt/cloud.ts +++ b/rt/cloud.ts @@ -816,7 +816,7 @@ module TDev.Cloud { err => Util.setTimeout(1000, poll)) } - var config = isFota() ? "fota" : "proto"; + var config = isFota() ? "fota" : "ws"; Util.httpPostJsonAsync(getPrivateApiUrl("me/installed/" + guid + "/compile"), { config: config, source: cppSource,