Disable HID deploy from command line (seems broken; was crashing until my previous checkin)
This commit is contained in:
parent
2ebe96e563
commit
7bd6280292
@ -29,7 +29,8 @@ export function initAsync() {
|
|||||||
|
|
||||||
let canHID = false
|
let canHID = false
|
||||||
if (pxt.U.isNodeJS) {
|
if (pxt.U.isNodeJS) {
|
||||||
canHID = true
|
// doesn't seem to work ATM
|
||||||
|
canHID = false
|
||||||
} else {
|
} else {
|
||||||
const forceHexDownload = /forceHexDownload/i.test(window.location.href);
|
const forceHexDownload = /forceHexDownload/i.test(window.location.href);
|
||||||
if (pxt.Cloud.isLocalHost() && pxt.Cloud.localToken && !forceHexDownload)
|
if (pxt.Cloud.isLocalHost() && pxt.Cloud.localToken && !forceHexDownload)
|
||||||
|
Loading…
Reference in New Issue
Block a user