2016-03-10 23:01:04 +01:00
|
|
|
|
{
|
2017-12-12 19:55:00 +01:00
|
|
|
|
"id": "calliopemini",
|
2016-10-10 23:43:33 +02:00
|
|
|
|
"nickname": "mini",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"name": "makecode.calliope.cc",
|
|
|
|
|
"title": "Microsoft MakeCode for Calliope mini",
|
|
|
|
|
"description": "A Blocks / JavaScript code editor for the Calliope mini powered by Microsoft MakeCode.",
|
2016-10-11 01:21:50 +02:00
|
|
|
|
"corepkg": "core",
|
2016-03-10 23:01:04 +01:00
|
|
|
|
"bundleddirs": [
|
2016-10-11 01:21:50 +02:00
|
|
|
|
"libs/core",
|
|
|
|
|
"libs/radio",
|
|
|
|
|
"libs/devices",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"libs/bluetooth",
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"libs/servo",
|
|
|
|
|
"libs/radio-broadcast",
|
|
|
|
|
"libs/microphone"
|
2016-04-05 03:03:52 +02:00
|
|
|
|
],
|
|
|
|
|
"cloud": {
|
|
|
|
|
"workspace": false,
|
2016-08-09 20:02:23 +02:00
|
|
|
|
"packages": true,
|
2017-12-12 19:55:00 +01:00
|
|
|
|
"sharing": true,
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"thumbnails": true,
|
|
|
|
|
"publishing": true,
|
|
|
|
|
"importing": true,
|
2019-12-17 17:13:39 +01:00
|
|
|
|
"githubPackages": true,
|
|
|
|
|
"cloudProviders": {
|
|
|
|
|
"github": {}
|
|
|
|
|
}
|
2016-04-05 03:03:52 +02:00
|
|
|
|
},
|
|
|
|
|
"compile": {
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"isNative": false,
|
2016-04-08 19:49:43 +02:00
|
|
|
|
"hasHex": true,
|
2016-09-30 01:13:33 +02:00
|
|
|
|
"deployDrives": "MINI",
|
|
|
|
|
"driveName": "MINI",
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"hexMimeType": "application/x-microbit-hex",
|
2017-12-14 18:57:49 +01:00
|
|
|
|
"openocdScript": "source [find interface/cmsis-dap.cfg]; source [find target/nrf51.cfg]",
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"flashUsableEnd": 242688,
|
|
|
|
|
"flashEnd": 242688,
|
2017-12-14 18:57:49 +01:00
|
|
|
|
"flashCodeAlign": 1024,
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"floatingPoint": true,
|
|
|
|
|
"taggedInts": true,
|
|
|
|
|
"utf8": false,
|
|
|
|
|
"gc": true,
|
|
|
|
|
"imageRefTag": 9,
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"shimRenames": {
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"sendBufferAsm": "light::sendWS2812Buffer"
|
2020-09-08 11:04:25 +02:00
|
|
|
|
},
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"patches": {
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"0.0.0 - 1.0.0": [{
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"type": "package",
|
|
|
|
|
"map": {
|
|
|
|
|
"microbit": "core",
|
|
|
|
|
"microbit-bluetooth": "bluetooth",
|
|
|
|
|
"microbit-radio": "radio",
|
|
|
|
|
"microbit-devices": "devices",
|
|
|
|
|
"microbit-led": "",
|
|
|
|
|
"microbit-music": "",
|
|
|
|
|
"microbit-game": "",
|
|
|
|
|
"microbit-pins": "",
|
|
|
|
|
"microbit-serial": ""
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "missingPackage",
|
|
|
|
|
"map": {
|
|
|
|
|
"radio\\s*\\.": "radio",
|
|
|
|
|
"bluetooth\\s*\\.": "bluetooth",
|
|
|
|
|
"devices\\s*\\.": "devices"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "api",
|
|
|
|
|
"map": {
|
|
|
|
|
"bluetooth\\s*\\.\\s*uartRead\\s*\\((.*?)\\)": "bluetooth.uartReadUntil($1)",
|
|
|
|
|
"bluetooth\\s*\\.\\s*uartWrite\\s*\\((.*?)\\)": "bluetooth.uartWriteUntil($1)",
|
|
|
|
|
"input\\s*\\.\\s*calibrate\\s*\\(": "input.calibrateCompass(",
|
|
|
|
|
"radio\\s*\\.\\s*onDataPacketReceived\\(\\s*\\(\\{\\s*receivedNumber\\s*\\}\\)\\s*=>\\s*\\{": "radio.onReceivedNumber(function (receivedNumber) {",
|
|
|
|
|
"radio\\s*\\.\\s*onDataPacketReceived\\(\\s*\\(\\{\\s*receivedString: name, receivedNumber: value\\s*\\}\\)\\s*=>\\s*\\{": "radio.onReceivedValue(function (name, value) {",
|
|
|
|
|
"radio\\s*\\.\\s*onDataPacketReceived\\(\\s*\\(\\{\\s*receivedString\\s*\\}\\)\\s*=>\\s*\\{": "radio.onReceivedString(function (receivedString) {",
|
|
|
|
|
"Math\\s*\\.\\s*random\\s*\\(": "Math.randomRange(0, "
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "blockId",
|
|
|
|
|
"map": {
|
|
|
|
|
"device_get_acceleration": "device_acceleration"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "blockValue",
|
|
|
|
|
"map": {
|
|
|
|
|
"device_print_message.message": "text"
|
|
|
|
|
}
|
2016-10-11 01:21:50 +02:00
|
|
|
|
}
|
2019-12-02 05:58:26 +01:00
|
|
|
|
],
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"0.0.0 - 1.4.12": [{
|
|
|
|
|
"type": "api",
|
|
|
|
|
"map": {
|
|
|
|
|
"DisplayMode\\s*\\.\\s*BackAndWhite": "DisplayMode.BlackAndWhite"
|
2016-10-19 06:36:42 +02:00
|
|
|
|
}
|
2022-04-26 19:28:42 +02:00
|
|
|
|
}],
|
|
|
|
|
"0.0.0 - 4.0.20": [
|
|
|
|
|
{
|
|
|
|
|
"type": "api",
|
|
|
|
|
"map": {
|
|
|
|
|
"basic\\s*\\.\\s*showArrow\\s*\\(": "basic.showIcon(",
|
|
|
|
|
"images\\s*\\.\\s*arrowImage\\s*\\(": "images.iconImage(",
|
|
|
|
|
"ArrowNames\\s*\\.\\s*": "IconNames.Arrow",
|
|
|
|
|
"input\\s*\\.\\s*onButtonPressed\\s*\\(\\s*(.*?),": "input.onButtonEvent($1, ButtonEvent.Click,",
|
|
|
|
|
"input\\s*\\.\\s*onPinPressed\\s*\\(\\s*(.*?),": "input.onPinTouchEvent($1, ButtonEvent.Down,",
|
|
|
|
|
"input\\s*\\.\\s*onPinReleased\\s*\\(\\s*(.*?),": "input.onPinTouchEvent($1, ButtonEvent.Up,",
|
|
|
|
|
"input\\s*\\.\\s*loudness\\s*\\(": "input.soundLevel(",
|
|
|
|
|
"basic\\s*\\.\\s*rgbw\\s*\\(\\s*(.*?),\\s*(.*?),\\s*(.*?),\\s*(.*?)\\s*\\)": "basic.rgb($1, $2, $3)"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
2019-12-02 05:58:26 +01:00
|
|
|
|
},
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"hidSelectors": [{
|
|
|
|
|
"usagePage": "0xFF00",
|
|
|
|
|
"usageId": "0x0001",
|
|
|
|
|
"vid": "0x1366",
|
|
|
|
|
"pid": "0x1025"
|
|
|
|
|
}],
|
2020-09-11 11:19:33 +02:00
|
|
|
|
"webUSB": false,
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"useNewFunctions": true
|
2016-04-05 03:03:52 +02:00
|
|
|
|
},
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"compileService": {
|
2022-04-04 18:51:58 +02:00
|
|
|
|
"yottaTarget": "calliope-mini-classic-gcc@https://github.com/calliope-mini/target-calliope-mini-classic-gcc#v1.2.4",
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"yottaCorePackage": "microbit",
|
2020-09-15 18:10:07 +02:00
|
|
|
|
"githubCorePackage": "calliope-mini/microbit",
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"gittag": "v2.2.0-rc6-calliope.rc3-iss0.3",
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"serviceId": "calliope",
|
|
|
|
|
"dockerImage": "pext/yotta:latest"
|
|
|
|
|
},
|
2016-04-22 07:46:40 +02:00
|
|
|
|
"runtime": {
|
2016-05-11 20:39:45 +02:00
|
|
|
|
"mathBlocks": true,
|
|
|
|
|
"loopsBlocks": true,
|
|
|
|
|
"logicBlocks": true,
|
2016-12-23 08:17:39 +01:00
|
|
|
|
"variablesBlocks": true,
|
2017-02-07 07:28:44 +01:00
|
|
|
|
"textBlocks": true,
|
2017-12-14 17:59:39 +01:00
|
|
|
|
"listsBlocks": true,
|
2019-11-15 15:21:31 +01:00
|
|
|
|
"functionBlocks": true,
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"breakBlock": true,
|
|
|
|
|
"continueBlock": true,
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"functionsOptions": {
|
|
|
|
|
"useNewFunctions": true,
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"extraFunctionEditorTypes": [{
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"typeName": "game.LedSprite",
|
|
|
|
|
"label": "LedSprite",
|
|
|
|
|
"icon": "send",
|
|
|
|
|
"defaultName": "sprite"
|
2020-09-08 11:04:25 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"typeName": "Image",
|
|
|
|
|
"label": "Image",
|
|
|
|
|
"icon": "image outline",
|
|
|
|
|
"defaultName": "image"
|
2019-12-02 05:58:26 +01:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2016-12-23 08:17:39 +01:00
|
|
|
|
"onStartColor": "#54C9C9",
|
2017-12-14 19:34:04 +01:00
|
|
|
|
"onStartNamespace": "basic",
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"onStartWeight": 60,
|
|
|
|
|
"onStartGroup": "Control"
|
2016-04-22 07:46:40 +02:00
|
|
|
|
},
|
2016-04-05 03:03:52 +02:00
|
|
|
|
"simulator": {
|
2016-05-05 07:44:11 +02:00
|
|
|
|
"autoRun": true,
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"streams": false,
|
2022-05-25 18:49:55 +02:00
|
|
|
|
"aspectRatio": 0.94,
|
2020-09-11 11:19:33 +02:00
|
|
|
|
"parts": false,
|
2022-05-25 18:49:55 +02:00
|
|
|
|
"partsAspectRatio": 0.7,
|
2016-09-14 00:32:12 +02:00
|
|
|
|
"boardDefinition": {
|
2016-09-27 00:05:06 +02:00
|
|
|
|
"visual": "calliope",
|
2016-09-14 00:32:12 +02:00
|
|
|
|
"gpioPinBlocks": [
|
|
|
|
|
[
|
2016-10-25 08:17:16 +02:00
|
|
|
|
"EDGE_P0"
|
2016-09-14 00:32:12 +02:00
|
|
|
|
],
|
|
|
|
|
[
|
2016-10-25 08:17:16 +02:00
|
|
|
|
"EDGE_P1"
|
2016-09-14 00:32:12 +02:00
|
|
|
|
],
|
|
|
|
|
[
|
2016-10-25 08:17:16 +02:00
|
|
|
|
"EDGE_P2"
|
2016-09-14 00:32:12 +02:00
|
|
|
|
],
|
|
|
|
|
[
|
2016-10-25 08:17:16 +02:00
|
|
|
|
"EDGE_P3"
|
2016-09-14 00:32:12 +02:00
|
|
|
|
],
|
|
|
|
|
[
|
2016-10-25 08:17:16 +02:00
|
|
|
|
"C_P4",
|
|
|
|
|
"C_P5",
|
|
|
|
|
"C_P6",
|
|
|
|
|
"C_P7"
|
2016-09-14 00:32:12 +02:00
|
|
|
|
],
|
|
|
|
|
[
|
2016-10-25 08:17:16 +02:00
|
|
|
|
"C_P8",
|
|
|
|
|
"C_P9",
|
|
|
|
|
"C_P10",
|
|
|
|
|
"C_P11",
|
|
|
|
|
"C_P12"
|
2016-09-14 00:32:12 +02:00
|
|
|
|
],
|
|
|
|
|
[
|
2016-10-25 08:17:16 +02:00
|
|
|
|
"C_P16"
|
2016-09-14 00:32:12 +02:00
|
|
|
|
]
|
|
|
|
|
],
|
|
|
|
|
"gpioPinMap": {
|
2016-10-25 08:17:16 +02:00
|
|
|
|
"P0": "EDGE_P0",
|
|
|
|
|
"P1": "EDGE_P1",
|
|
|
|
|
"P2": "EDGE_P2",
|
|
|
|
|
"P3": "EDGE_P3",
|
2016-11-10 21:00:03 +01:00
|
|
|
|
"C4": "C_P4",
|
|
|
|
|
"C5": "C_P5",
|
|
|
|
|
"C6": "C_P6",
|
|
|
|
|
"C7": "C_P7",
|
|
|
|
|
"C8": "C_P8",
|
|
|
|
|
"C9": "C_P9",
|
|
|
|
|
"C10": "C_P10",
|
|
|
|
|
"C11": "C_P11",
|
|
|
|
|
"C12": "C_P12",
|
|
|
|
|
"C13": "C_P13",
|
|
|
|
|
"C14": "C_P14",
|
|
|
|
|
"C15": "C_P15",
|
|
|
|
|
"C19": "C_P19",
|
|
|
|
|
"C20": "C_P20",
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"EXT_PWR": "EXT_PWR",
|
|
|
|
|
"SPKR": "SPKR",
|
|
|
|
|
"BTN_A": "BTN_A",
|
2016-10-14 15:46:56 +02:00
|
|
|
|
"BTN_B": "BTN_B",
|
2016-11-10 21:20:48 +01:00
|
|
|
|
"MOTOR1": "M_OUT1",
|
|
|
|
|
"MOTOR2": "M_OUT2"
|
2016-09-14 00:32:12 +02:00
|
|
|
|
},
|
|
|
|
|
"spiPins": {
|
2016-11-14 10:12:35 +01:00
|
|
|
|
"MOSI": "C_P15",
|
|
|
|
|
"MISO": "C_P14",
|
|
|
|
|
"SCK": "C_P13"
|
2016-09-14 00:32:12 +02:00
|
|
|
|
},
|
|
|
|
|
"i2cPins": {
|
2016-11-10 21:20:48 +01:00
|
|
|
|
"SDA": "C_P20",
|
|
|
|
|
"SCL": "C_P19"
|
2016-09-14 00:32:12 +02:00
|
|
|
|
},
|
|
|
|
|
"analogInPins": [
|
|
|
|
|
"P1",
|
|
|
|
|
"P2",
|
2016-11-10 21:00:03 +01:00
|
|
|
|
"C4",
|
|
|
|
|
"C5",
|
2017-02-01 09:58:49 +01:00
|
|
|
|
"C6"
|
2016-09-14 00:32:12 +02:00
|
|
|
|
],
|
|
|
|
|
"groundPins": [
|
2016-10-25 08:17:16 +02:00
|
|
|
|
"EDGE_GND"
|
2016-09-14 00:32:12 +02:00
|
|
|
|
],
|
|
|
|
|
"threeVoltPins": [
|
2016-10-25 08:17:16 +02:00
|
|
|
|
"EDGE_VCC"
|
2016-09-14 00:32:12 +02:00
|
|
|
|
],
|
|
|
|
|
"attachPowerOnRight": true,
|
|
|
|
|
"onboardComponents": [
|
2016-09-30 01:13:33 +02:00
|
|
|
|
"accelerometer",
|
2016-09-14 00:32:12 +02:00
|
|
|
|
"buttonpair",
|
|
|
|
|
"ledmatrix",
|
2016-09-27 00:05:06 +02:00
|
|
|
|
"speaker",
|
2016-09-30 01:13:33 +02:00
|
|
|
|
"bluetooth",
|
|
|
|
|
"thermometer",
|
|
|
|
|
"compass",
|
|
|
|
|
"speaker",
|
2016-09-27 00:05:06 +02:00
|
|
|
|
"microphone",
|
|
|
|
|
"rgbled"
|
2016-09-14 00:32:12 +02:00
|
|
|
|
],
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"pinStyles": {
|
|
|
|
|
"P0": "croc",
|
|
|
|
|
"P1": "croc",
|
|
|
|
|
"P2": "croc",
|
|
|
|
|
"P3": "croc",
|
|
|
|
|
"EDGE_GND": "croc",
|
|
|
|
|
"EDGE_VCC": "croc"
|
|
|
|
|
},
|
2016-09-14 00:32:12 +02:00
|
|
|
|
"marginWhenBreadboarding": [
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
80,
|
|
|
|
|
0
|
|
|
|
|
]
|
2016-08-31 02:18:03 +02:00
|
|
|
|
}
|
2016-04-05 03:03:52 +02:00
|
|
|
|
},
|
|
|
|
|
"serial": {
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"nameFilter": "^(Calliope mini|mbed Serial Port|DAPLink CMSIS-DAP)",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"log": true,
|
|
|
|
|
"useEditor": true,
|
|
|
|
|
"editorTheme": {
|
|
|
|
|
"graphBackground": "#d9d9d9",
|
|
|
|
|
"lineColors": [
|
|
|
|
|
"#6633cc",
|
|
|
|
|
"#3891A6",
|
|
|
|
|
"#3454D1",
|
|
|
|
|
"#EF767A",
|
|
|
|
|
"#F46197",
|
|
|
|
|
"#107C10"
|
|
|
|
|
]
|
|
|
|
|
},
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"vendorId": "0x1366",
|
|
|
|
|
"productId": "0x1025",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"rawHID": true
|
2016-04-05 03:03:52 +02:00
|
|
|
|
},
|
|
|
|
|
"appTheme": {
|
2016-10-04 03:54:07 +02:00
|
|
|
|
"accentColor": "#249899",
|
2016-10-13 19:21:56 +02:00
|
|
|
|
"defaultLocale": "de",
|
2016-11-03 06:48:34 +01:00
|
|
|
|
"logoUrl": "https://calliope.cc/",
|
2016-10-14 17:00:34 +02:00
|
|
|
|
"logo": "./static/Calliopeminieditor.svg",
|
2016-11-03 16:43:25 +01:00
|
|
|
|
"docsLogo": "./static/Logo_Calliope_Woman.svg",
|
2016-09-30 01:23:37 +02:00
|
|
|
|
"portraitLogo": "./static/Logo_Calliope_Woman.svg",
|
2016-10-14 17:00:34 +02:00
|
|
|
|
"footerLogo": "./static/Calliopeminieditor.svg",
|
2016-11-03 06:48:34 +01:00
|
|
|
|
"cardLogo": "./static/icons/apple-touch-icon.png",
|
|
|
|
|
"appLogo": "./static/icons/apple-touch-icon.png",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"organization": "Microsoft MakeCode",
|
|
|
|
|
"organizationUrl": "https://makecode.com/",
|
|
|
|
|
"organizationLogo": "./static/Microsoft-logo_rgb_c-gray-square.png",
|
|
|
|
|
"organizationWideLogo": "./static/Microsoft-logo_rgb_c-white.png",
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"homeScreenHero": {
|
|
|
|
|
"imageUrl": "./static/hero.jpg",
|
|
|
|
|
"name": "Flashing Heart",
|
|
|
|
|
"url": "/calliope/firststeps/firstSteps",
|
|
|
|
|
"description": "Let's go – start your first tutorial with Calliope mini",
|
|
|
|
|
"cardType": "tutorial"
|
|
|
|
|
},
|
|
|
|
|
"homeScreenHeroGallery": "/hero-banner",
|
2017-12-12 19:55:00 +01:00
|
|
|
|
"homeUrl": "https://makecode.calliope.cc/",
|
|
|
|
|
"embedUrl": "https://makecode.calliope.cc/",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"shareUrl": "https://makecode.calliope.cc/",
|
2016-05-11 15:45:45 +02:00
|
|
|
|
"privacyUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
|
|
|
|
|
"termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
|
2016-09-27 00:05:06 +02:00
|
|
|
|
"githubUrl": "https://github.com/Microsoft/pxt-calliope",
|
2016-11-13 22:09:57 +01:00
|
|
|
|
"boardName": "Calliope mini",
|
2017-12-12 19:55:00 +01:00
|
|
|
|
"driveDisplayName": "MINI",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"appStoreID": "1309545545",
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"crowdinProject": "makecode",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"extendEditor": true,
|
|
|
|
|
"extendFieldEditors": true,
|
|
|
|
|
"enableTrace": true,
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"errorList": true,
|
|
|
|
|
"allowPackageExtensions": true,
|
|
|
|
|
"addNewTypeScriptFile": true,
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"experiments": [
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"accessibleBlocks",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"debugExtensionCode",
|
|
|
|
|
"bluetoothUartConsole",
|
|
|
|
|
"bluetoothPartialFlashing",
|
|
|
|
|
"simScreenshot",
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"simGif",
|
|
|
|
|
"blocksErrorList"
|
2019-12-02 05:58:26 +01:00
|
|
|
|
],
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"bluetoothUartFilters": [{
|
|
|
|
|
"namePrefix": "Calliope mini"
|
|
|
|
|
}],
|
|
|
|
|
"docMenu": [{
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"name": "Support",
|
2020-09-11 14:18:32 +02:00
|
|
|
|
"path": "https://calliope.cc/en/impressum"
|
2019-12-02 05:58:26 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Reference",
|
2020-09-11 14:18:32 +02:00
|
|
|
|
"path": "/about"
|
2019-12-02 05:58:26 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Hardware",
|
2020-09-11 14:18:32 +02:00
|
|
|
|
"path": "https://calliope.cc/en/calliope-mini/tech-facts/"
|
2019-12-02 05:58:26 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Buy",
|
|
|
|
|
"path": "https://shop.calliope.cc/"
|
2020-09-11 14:18:32 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Forum",
|
|
|
|
|
"path": "https://forum.calliope.cc/"
|
2019-12-02 05:58:26 +01:00
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"hasReferenceDocs": false,
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"hideHomeDetailsVideo": true,
|
2016-10-28 01:15:44 +02:00
|
|
|
|
"invertedMenu": true,
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"coloredToolbox": true,
|
2017-12-14 22:30:47 +01:00
|
|
|
|
"monacoToolbox": true,
|
2019-11-15 15:21:31 +01:00
|
|
|
|
"hasAudio": true,
|
2020-05-08 18:35:38 +02:00
|
|
|
|
"socialOptions": {
|
2020-09-11 11:19:33 +02:00
|
|
|
|
"orgTwitterHandle": "calliopemini",
|
|
|
|
|
"hashtags": "calliopemini",
|
2020-09-11 14:18:32 +02:00
|
|
|
|
"discourse": "https://forum.calliope.cc/",
|
2020-09-11 11:19:33 +02:00
|
|
|
|
"discourseCategory": "Probleme-Software"
|
2020-05-08 18:35:38 +02:00
|
|
|
|
},
|
2019-11-15 15:21:31 +01:00
|
|
|
|
"blocklyOptions": {
|
2016-12-23 07:36:06 +01:00
|
|
|
|
"grid": {
|
|
|
|
|
"spacing": 45,
|
|
|
|
|
"length": 7,
|
|
|
|
|
"colour": "rgba(189, 195, 199, 0.30)",
|
|
|
|
|
"snap": false
|
|
|
|
|
}
|
2017-08-23 16:48:06 +02:00
|
|
|
|
},
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"blockColors": {
|
|
|
|
|
"basic": "#54C9C9",
|
|
|
|
|
"input": "#C94600",
|
|
|
|
|
"music": "#DF4600",
|
|
|
|
|
"led": "#8169E6",
|
|
|
|
|
"radio": "#E3008C",
|
|
|
|
|
"motors": "#008272",
|
|
|
|
|
"logic": "#006970",
|
|
|
|
|
"loops": "#107C10",
|
|
|
|
|
"math": "#712672",
|
|
|
|
|
"variables": "#A80000",
|
|
|
|
|
"text": "#996600",
|
2020-02-14 02:24:42 +01:00
|
|
|
|
"advanced": "#42495f",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"functions": "#005A9E",
|
|
|
|
|
"arrays": "#E65722"
|
|
|
|
|
},
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"blocksCollapsing": true,
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"highContrast": true,
|
|
|
|
|
"greenScreen": true,
|
|
|
|
|
"print": true,
|
2018-04-18 00:02:13 +02:00
|
|
|
|
"selectLanguage": true,
|
2018-03-30 00:43:44 +02:00
|
|
|
|
"availableLocales": [
|
2018-04-18 00:02:13 +02:00
|
|
|
|
"en",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"ar",
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"bg",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"cs",
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"cy",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"da",
|
2018-03-30 00:43:44 +02:00
|
|
|
|
"de",
|
2018-04-18 00:02:13 +02:00
|
|
|
|
"el",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"es-ES",
|
|
|
|
|
"fi",
|
2018-04-18 00:02:13 +02:00
|
|
|
|
"fr",
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"he",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"hu",
|
|
|
|
|
"is",
|
2018-04-18 00:02:13 +02:00
|
|
|
|
"it",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"ja",
|
2018-04-18 00:02:13 +02:00
|
|
|
|
"ko",
|
|
|
|
|
"nl",
|
2020-05-08 18:35:38 +02:00
|
|
|
|
"nb",
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"nn-NO",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"pl",
|
|
|
|
|
"pt-BR",
|
|
|
|
|
"pt-PT",
|
|
|
|
|
"ru",
|
|
|
|
|
"si-LK",
|
|
|
|
|
"sk",
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"sr",
|
2018-04-18 00:02:13 +02:00
|
|
|
|
"sv-SE",
|
|
|
|
|
"tr",
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"uk",
|
|
|
|
|
"zh-CN",
|
|
|
|
|
"zh-TW"
|
2019-11-15 15:21:31 +01:00
|
|
|
|
],
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"monacoColors": {
|
|
|
|
|
"editor.background": "#ecf0f1"
|
|
|
|
|
},
|
2019-11-15 15:21:31 +01:00
|
|
|
|
"browserDbPrefixes": {
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"1": "v1",
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"2": "v2",
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"3": "v3",
|
|
|
|
|
"4": "v4"
|
2019-11-15 15:21:31 +01:00
|
|
|
|
},
|
|
|
|
|
"editorVersionPaths": {
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"0": "v0"
|
|
|
|
|
},
|
|
|
|
|
"showProjectSettings": true,
|
|
|
|
|
"scriptManager": true,
|
2020-05-08 18:35:38 +02:00
|
|
|
|
"debugger": true,
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"simGifTransparent": "rgba(0,0,0,0)",
|
|
|
|
|
"simGifMaxFrames": 44,
|
|
|
|
|
"simScreenshotMaxUriLength": 300000,
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"qrCode": true,
|
|
|
|
|
"importExtensionFiles": true,
|
|
|
|
|
"nameProjectFirst": true,
|
2020-01-30 07:05:39 +01:00
|
|
|
|
"githubEditor": true,
|
2020-04-23 05:07:59 +02:00
|
|
|
|
"tutorialBlocksDiff": false,
|
2020-02-14 20:10:54 +01:00
|
|
|
|
"chooseLanguageRestrictionOnNewProject": true,
|
2020-09-08 11:04:25 +02:00
|
|
|
|
"openProjectNewTab": true,
|
|
|
|
|
"python": true,
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"appFlashingTroubleshoot": "/device/windows-app/troubleshoot",
|
|
|
|
|
"immersiveReader": true,
|
|
|
|
|
"tutorialCodeValidation": true,
|
|
|
|
|
"downloadDialogTheme": {
|
|
|
|
|
"webUSBDeviceNames": ["Calliope mini CMSIS-DAP", "DAPLink CMSIS-DAP"],
|
|
|
|
|
"minimumFirmwareVersion": "0249",
|
|
|
|
|
"deviceIcon": "xicon microbit",
|
|
|
|
|
"deviceSuccessIcon": "xicon microbit-check",
|
|
|
|
|
|
|
|
|
|
"downloadMenuHelpURL": "/device/usb",
|
|
|
|
|
"downloadHelpURL": "/device/usb",
|
|
|
|
|
"firmwareHelpURL": "/device/usb/webusb/troubleshoot",
|
|
|
|
|
"troubleshootWebUSBHelpURL": "/device/usb/webusb/troubleshoot",
|
|
|
|
|
"incompatibleHardwareHelpURL": "/device/v2",
|
|
|
|
|
|
|
|
|
|
"dragFileImage": "./static/download/transfer.png",
|
|
|
|
|
"connectDeviceImage": "./static/download/connect.png",
|
|
|
|
|
"selectDeviceImage": "./static/download/pair.png",
|
|
|
|
|
"connectionSuccessImage": "/static/download/connected.png",
|
|
|
|
|
"checkFirmwareVersionImage": "./static/download/firmware.png",
|
|
|
|
|
"checkUSBCableImage": "./static/download/connect.pn",
|
|
|
|
|
"incompatibleHardwareImage": "/static/download/incompatible.png"
|
|
|
|
|
},
|
|
|
|
|
"winAppDeprImage": "/static/winapp.PNG",
|
|
|
|
|
"showWinAppDeprBanner": false
|
2017-12-12 19:55:00 +01:00
|
|
|
|
},
|
2019-12-02 05:58:26 +01:00
|
|
|
|
"queryVariants": {
|
|
|
|
|
"hidemenu": {
|
|
|
|
|
"appTheme": {
|
|
|
|
|
"hideMenuBar": true
|
|
|
|
|
}
|
2022-03-22 17:36:19 +01:00
|
|
|
|
},
|
|
|
|
|
"androidapp": {
|
|
|
|
|
"compile": {
|
|
|
|
|
"webUSB": false
|
|
|
|
|
},
|
|
|
|
|
"appTheme": {
|
|
|
|
|
"disableBlobObjectDownload": true
|
|
|
|
|
}
|
2019-12-02 05:58:26 +01:00
|
|
|
|
}
|
Add changes from calliope-edu/pxt-calliope (#60)
* add Keigan Motor extennsion (#2067)
* add Keigan Motor extennsion
* missing coma
* Update radio event parm usage descriptions (#2075)
* Bumping pxt to 5.14.3 and common-packages to 5.14.3
* 1.4.11
* Revert "Update radio event parm usage descriptions (#2075)" (#2077)
This reverts commit 7950f1b4d7c875ec222a544699fed576c508e3db.
* Fix Turtle Spiral example decompilation (#2094)
* use local variables for indices
* s/an/the/
* bump to core 5.15.1 (#2121)
* 1.4.12
* refresh shims (#2134)
* import extension files (#2127)
* import extension files
* updated shims
* Fix some titles, sigs in ref docs (#2128)
* Fix some title and sigs in ref docs
* better buffer source
* Sets JustWorks to the actual config values (#2137)
* add windows and mac icons for offline app (#2141)
* Don't overwrite electron deploy (#2142)
* remove baud rate as it is not support on HW (#2124)
* add blocks for serial set tx/rx buffer size (#2144)
* support flag argument (#2126)
* support flag argument
* enable drop semantics
* add reentrant
* updated shims
* Bumping pxt-core to 5.15.3
* 1.4.13
* Bumping pxt-core to 5.15.4
* 1.4.14
* bump setgroup on top of radio (#2157)
* bump setgroup on top of radio
* move group up
* Update name-tag.md (#2156)
* add API to disable serial padding. (#2145)
* add API to desiable serial padding.
* renamed api
* Set serial help paths for blocks (#2159)
* Shrink the link in firmware version hint (#2163)
* Shrink the link in firmware version hint
* fix a translation quibble
* Fix Black and White Typo (#2138)
* Fixed typo: Back->Black
* Added Upgrade Rules to fix spelling
* Removed extra isEmpty
* Added previous BackAndWhite to allow for compilation of old scripts
* always shake when button is pressed (#2161)
* add PLENbit (#2140)
* Bumping pxt-core to 5.15.5
* 1.4.15
* stop background before foreground (#2174)
* Bumping pxt-core to 5.15.6
* 1.4.16
* Bumping pxt-core to 5.15.7
* 1.4.17
* Bumping pxt-core to 5.15.8
* 1.4.18
* add backgrounds for use with .dmg (#2200)
* add normal size and 2x size backgrounds for dmg
* update arrow color to dark gray
* Bumping pxt-core to 5.15.9
* 1.4.19
* Adding v1-ref.json pointing to 1.2.13
* Bumping microbit to 2.0.0
* 2.0.1
* Pointing beta-ref to v2
* Bumping pxt-core to 5.15.10
* 2.0.2
* this repo is empty (#2201)
* Update radio event parm usage descriptions (#2165)
* add browser db prefix for v2 (#2208)
* 2.0.3
* Releasing 2.0.3 to live (#2209)
* dynamically sniff offline app version (#2059)
* Revert "dynamically sniff offline app version (#2059)" (#2211)
This reverts commit b480b34f7e8828794297613a12534f54573a3011.
* Updating electron to 2.0.3 (#2210)
* Updating offline reference to 2.0.3 (#2212)
* Bumping version to 2.1.0
* 2.1.1
* Spelling (#2214)
* Update write-received-packet-to-serial.md (#2217)
A support ticket pointed out issues that they'd encountered when trying to follow this document:
- `sendValue` only supports an 8 character string. This is documented in the `sendValue` docs but a longer string had been used here
- Only `radio.onReceivedNumber` is used so the sample output is not consistent with the users experience. I've changed it so that all packets are handled
* Use gcPreAllocateBlock() to fix #2177, #2215 (#2216)
* Use gcPreAllocateBlock() to fix #2177, #2215
* bump pcp 6.9.4
* 2.1.2
* Correct dice example (#2262)
Changed random(6) to random(5) so the number reflect real dice.
* add 4tronix minibit (#2249)
* Update targetconfig.json (#2258)
remove mock-iot-extension as it is just an experimental development by The Foundation
* Update calibrate-compass.md (#2265)
Based on user feedback in Slack https://microbit-community.slack.com/archives/C1ZMKRFHD/p1563274019078400?thread_ts=1563268925.077500&cid=C1ZMKRFHD
* add wukong (#2239)
* Decrease size of GC heap to allow more DAL allocs (#2246)
* 2.1.3
* add Kitronik view text (#2125)
* Release 2.0.6 to live (#2308)
* Update nexus:bit entry (#2315)
* update nexus:bit entry
* update nexus:bit entry
* Logic Lab mini-course (#2307)
* Logic Lab mini-course
* example syntax
* Updating Readme with branch information.
* bump pxt for ios <=9 fix (#2311)
* Update pxt/common-packages and fix build (#2323)
* fix build off of pxt/ and pxt-common-packages master
* check in generated files
* add-pxt-bmp280 (#2325)
* Bumping pxt-core to 5.19.8 & common-packages to 6.14.9
* 2.1.4
* Error codes page update (#2327)
* Start adding new codes
* few tiny edits
* Add more errors and rearrange
* Update docs/device/error-codes.md
Co-Authored-By: Michał Moskal <michal@moskal.me>
* juggle category
* set error range in hint
Co-Authored-By: Michał Moskal <michal@moskal.me>
* Update docs/device/error-codes.md
Co-Authored-By: Mark <mark@microbit.org>
* fix build (#2360)
* fix broken build
* just try the more 'official' fix if possible
* back to the way that actually works..
* bump pxt to include accessibility changes (#2404)
* 2.1.5
* make hc mode sim color have higher contrast (#2409)
* Show project settings (#2401)
* markdown link fix (#2400)
* add HTS221 (#2384)
* Editor controllers fixes (#2412)
* updated strings
* bump pxt
* anotehr attempt
* 2.1.6
* turn on samples when reading accelerometer (#2413)
* 2.1.7
* hide pin p19/p20 (#2268)
* Fix remove life animation causing microbit stuck (#2314)
On the real microbit board, if the program execute other game blocks while
the remove life animation is playing, it would cause strange behavior or
even make the game stuck.
* Port of Programmable Logic lesson for Logic Lab course (#2359)
* port of programmable logic lesson
* trigger rebuild
* express as logical equation in snippet
* go logical for snippet inputs
* emit enum as bitmask (#2414)
* 2.1.8
* add alt attributes to download screens (#2415)
* add alt attributes to download screens, fixes microsoft/pxt-microbit#2291
* better descriptions
* fixing links in translate page
* Modify the LED coordinates to be between 0 and 4. (#2416)
Without this change, there is a 11/36 chance no LED lights as [`Math.random(a,b)`](https://docs.python.org/2/library/random.html#random.uniform) (thus the `pick random` block) chooses a number in the (inclusive, closed) interval `[a, b]`.
* Set LED plot row/column ranges for 'Reaction Time' (#2420)
* add LIS2MDL (#2385)
* add LIS2DW12 (#2386)
* add LPS22 (#2387)
* add LSM6DSO (#2388)
* add gator environment (#2326)
* add STTS751 (#2389)
* add inventura extension (#2421)
* add new sparkfun extensions (#2238)
* add new sparkfun extensions
* remove gator environment pending fixes
* add dfplayer mini extension (#2417)
* Update 'servo calibrator' link (#2424)
* I2C Addressing Note (#2428)
* I2C on-board sensor address note
* note for 7bit to 8bit shift
* Add nested summaries for newer courses (#2425)
* bump pxt (#2432)
* bump pxt
* bump
* bump
* fix version
* 2.1.9
* bump package.json (#2433)
* 2.1.10
* bump pxt (#2434)
* 2.1.11
* bump for diff3 (#2435)
* enable experiment
* bump pxt
* 2.1.12
* Add the Stu Lowe coding cards (#2438)
* Add the Stu Lowe coding cards
* Move 'Coding Cards' below 'Hardware'
* Add isDeleted (#2445)
* add xinabox OD01 and breakout display section (#2397)
* add xinabox OD01 and breakout display section
* Update targetconfig.json
* Update extensions.md
* Link to power supply limitations (#2443)
Fixes: #2442
* Pxt v5.23.17 (#2446)
* bump pxt
* regen docs
* fix version syntax
* restore extension
* removed dup
* 2.1.13
* add-sw01 (#2393)
* Locking old issues
* add Keyestudio robot car (#2452)
* Allow globals in reclaimed bluetooth memory (#2455)
* isTouchingEdge() should not return true for deleted sprite (#2449)
* add query variant to hide toolbar (#2458)
* Adding link to stable refs (#2460)
* Update extensions.md (#2456)
Move the :VIEW Text32 from other to Display now there is a display sections
* 2.1.14
* fixing radio stack (#2461)
* fixing radio stack
* updated shims
* 2.1.15
* Stable points to latest 2.0.9 (#2469)
* Releasing 2.0.9 to live (#2470)
* Fixing signal strength (#2474)
* Pointing to 2.0.10
* Releasing 2.0.10 (#2476)
With radio strength signal fix for hot or cold
* Removing old bitbot as we have a new bitbot package (#2479)
* updated pxt (#2465)
* updated pxt
* bump pxt
* updated react
* updated ptx
* Remove empty variable element from XML
* Bump pxt-core to 5.25.15
* bump pxt
* Bump pxt to 5.25.17
* Add precision to music slider
* 2.1.16
* add drive:bit (#2484)
* micro:bit RSSI fix (#2480)
* read rssi from packet
* updated shims
* fix build
* fix help
* move deprecated function to ts
* some formatting
* restore rssi block
* restory notations
* actually copy bytes
* removing logging code
* simpler wake up code
* comment
* fix build
* bump pxt
* go back to safety
* bump microbit
* restor package.json
* revert jquery v
* use macro
* check length
* bump pxt (#2490)
* 2.1.17
* Use default resize function for microbit gesture dropdown (#2491)
* Name Badge project page (#2477)
* Name Bagde project page
* gotta please the summary check
* link typo, ugh
* Revert "Name Badge project page (#2477)"
This reverts commit 2e2860632b399485e6b32a2806de34a59c4af9d8.
* add freenove starter kit (#2493)
* radio.setFrequencyBand support (#2495)
* setfrequencyband support
* revert line change
* add bounds check
* Name Badge project page (#2496)
* Name Bagde project page
* gotta please the summary check
* link typo, ugh
* get rid of the pptx
* Simplify the Fahrenheit from Celsius computation. (#2497)
As the micro:bit introduces floating point arithmetic for both the existing `f = 18 * c / 10 + 32` computation and the new `f = 1.8 * c + 32` computation, there isn't any benefit for the former.
* Enable Polish localization (#2499)
* bump package
* 2.1.18
* shrink maintenance gif
* 2.1.19
* Rotary phone dial (#2502)
* some write up
* adding images
* text
* more text
* adding vids
* adding escape room
* remove newer lesson
* remove .mp4
* Card page edits
* adding image
* adding to toys
* rotary edits
* fix typo
* bump pxt 5.28.7 (#2503)
* bump pxt
* bump to pxt 5.28.8
* 2.1.20
* bump pxt 5.28.9 (#2504)
* 2.1.21
* bump pxt 5.28.10
* 2.1.22
* bump pxt 5.28.11
* 2.1.23
* bump pxt 5.28.12
* 2.1.24
* Update README.md
* robot unicorn (#2512)
* robot unicorn
* Edits to the unicorn
* fix missing radio and boardname
* bump pxt 5.28.18 (#2517)
* bump pxt 5.28.18
* updated summary
* 2.1.25
* bump pxt 5.28.21
* 2.1.26
* bump to pxt5.28.23
* 2.1.27
* Add redirect to pins info to serial heading (#2520)
* Add redirect to pins info to serial heading
* adding links
* vump to pxt 5.28.24
* 2.1.28
* bump to pxt 5.28.26
* 2.1.29
* add build instructions
* updated build notes
* bump pxt 5.28.27
* 2.1.30
* missing svg
* remove crowdin project to disable upload from master branch
* reeanble crowdin, no upload
* 2.1.31
* bump pxt common to 6.16.25
* missing radio package
* Fix GC heap reclamation (#2528)
* bump to pxt 5.28.31
* bump pxt 5.28.32
* 2.1.32
* 2.1.33
* fix typo
* pxt-microbit-next? (#2543)
Since the repo https://github.com/microsoft/pxt-microbit-next doesn't exist, I am assuming that the word `next` is not meant to be here.
* Extensions: Add Inksmith Climate Action Kit (#2535)
* Fixes for typos found in Crowdin - 11252019 (#2538)
* Extension: add Kitronik Halo HD (#2541)
* Extension: Add EBOTICS MIBO (#2542)
* add Bright Wearables Brightboard (#2537)
* Docs: Change default value in Javascript. (#2540)
* Change default value in Javascript.
Per @microbit-mark 's suggestion, add an example of how to change the default interval value by switching to Javascript.
* edits to new example
* bump pxt 5.30.6
* 2.1.34
* update git and vscode settings
* revert changes to 2.1.28
* package-lock
* v2.1.34
* Change Hero Image
* add RVR (#2516)
* Extension: add minicruise (#2545)
* Fix minutes display for 'Digital Watch' project (#2547)
* Fix minutes display for 'Digital Watch' project
* minutes less than 10
* bump pxt
* 2.1.35
* updated pxt
* 2.1.36
* package lock
* Tutorial Typo Fix
* staging Servo library support
* bumppxt
* 2.1.37
* update error guide link (#2554)
* adding radio firefly (#2549)
* Update 'Metal Detector' example (#2559)
* bump pxt
* 2.1.38
* typoFix
* package lock
2019-12-18 16:18:45 +01:00
|
|
|
|
},
|
2022-03-23 18:27:03 +01:00
|
|
|
|
"ignoreDocsErrors": true,
|
2022-03-22 17:36:19 +01:00
|
|
|
|
"uploadDocs": true
|
|
|
|
|
}
|