Switch to the new compile service.
This commit is contained in:
Родитель
75a985fb39
Коммит
3e7f07b497
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче