corrected main.js

This commit is contained in:
MaximZaitsev
2016-07-20 09:24:54 +03:00
parent 605d28da5e
commit dd75c8bec4
+1 -1
View File
@@ -27,7 +27,7 @@ if (commander.flash) {
}
}
const builderCarkot = protoBuf.loadProtoFile(commander.protopath ? commander.protopath + "carkot.proto" : "./proto/carkot.proto");//todo!!1 путь до каталога, прото файлы - в нём
const builderCarkot = protoBuf.loadProtoFile(commander.protopath ? commander.protopath + "carkot.proto" : "./proto/carkot.proto");
const builderControl = protoBuf.loadProtoFile(commander.protopath ? commander.protopath + "route.proto" : "./proto/route.proto");
var executeShell = "./st-flash";