diff --git a/docs/beta-ref.json b/docs/beta-ref.json index 4a964b936..441ab5936 100644 --- a/docs/beta-ref.json +++ b/docs/beta-ref.json @@ -1,3 +1,3 @@ { - "appref": "v6.0.18" -} + "appref": "v6.0.21" +} \ No newline at end of file diff --git a/docs/static/devices/mini3.png b/docs/static/devices/mini3.png index 8b6b96712..3ae6d9f5c 100644 Binary files a/docs/static/devices/mini3.png and b/docs/static/devices/mini3.png differ diff --git a/libs/core-mini-dal/input.cpp b/libs/core-mini-dal/input.cpp index ef95a18b5..ab1fd9194 100644 --- a/libs/core-mini-dal/input.cpp +++ b/libs/core-mini-dal/input.cpp @@ -1,6 +1,6 @@ #include "pxt.h" -//% color=#B4009E weight=99 icon="\uf192" +//% color=#C94600 weight=99 icon="\uf192" namespace input { /** diff --git a/libs/core-mini-dal/shims.d.ts b/libs/core-mini-dal/shims.d.ts index d51f00b59..0debc294e 100644 --- a/libs/core-mini-dal/shims.d.ts +++ b/libs/core-mini-dal/shims.d.ts @@ -2,7 +2,7 @@ - //% color=#B4009E weight=99 icon="\uf192" + //% color=#C94600 weight=99 icon="\uf192" declare namespace input { /** diff --git a/libs/core/input.cpp b/libs/core/input.cpp index 22e3278ae..f2ff211e5 100644 --- a/libs/core/input.cpp +++ b/libs/core/input.cpp @@ -167,7 +167,7 @@ enum class MesDpadButtonInfo { _4Up = MES_DPAD_BUTTON_4_UP, }; -//% color=##C94600 weight=99 icon="\uf192" +//% color=#C94600 weight=99 icon="\uf192" namespace input { diff --git a/libs/core/pxt.json b/libs/core/pxt.json index 0abfb178f..45ee745ab 100644 --- a/libs/core/pxt.json +++ b/libs/core/pxt.json @@ -109,9 +109,9 @@ "microbit-dal": { "bluetooth": { "enabled": 1, - "open": 1, - "security_level": null, - "whitelist": 0, + "open": 0, + "security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM", + "whitelist": 1, "pairing_mode": 1, "partial_flashing": 1, "dfu_service": 1, diff --git a/libs/core/shims.d.ts b/libs/core/shims.d.ts index 7de7af28a..d27af1568 100644 --- a/libs/core/shims.d.ts +++ b/libs/core/shims.d.ts @@ -215,7 +215,7 @@ declare namespace basic { - //% color=##C94600 weight=99 icon="\uf192" + //% color=#C94600 weight=99 icon="\uf192" declare namespace input { /** diff --git a/pxtarget.json b/pxtarget.json index bc4bee380..122c9ffc3 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -12,6 +12,7 @@ "libs/core-mini-codal", "libs/v1", "libs/v2", + "libs/v3", "libs/radio", "libs/devices", "libs/bluetooth",