Skip to content

Commit

Permalink
beta->v6.0.21; update alpha (#236)
Browse files Browse the repository at this point in the history
* update mini 3 image

* pin beta to v6.0.21

* add v3 core (mb samples)

* Set Pairing required as default

* shims

* fix input color
  • Loading branch information
Amerlander authored Oct 20, 2023
1 parent d68470f commit d80ebe4
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/beta-ref.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"appref": "v6.0.18"
}
"appref": "v6.0.21"
}
Binary file modified docs/static/devices/mini3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion libs/core-mini-dal/input.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "pxt.h"

//% color=#B4009E weight=99 icon="\uf192"
//% color=#C94600 weight=99 icon="\uf192"
namespace input {

/**
Expand Down
2 changes: 1 addition & 1 deletion libs/core-mini-dal/shims.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



//% color=#B4009E weight=99 icon="\uf192"
//% color=#C94600 weight=99 icon="\uf192"
declare namespace input {

/**
Expand Down
2 changes: 1 addition & 1 deletion libs/core/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {


Expand Down
6 changes: 3 additions & 3 deletions libs/core/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion libs/core/shims.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ declare namespace basic {



//% color=##C94600 weight=99 icon="\uf192"
//% color=#C94600 weight=99 icon="\uf192"
declare namespace input {

/**
Expand Down
1 change: 1 addition & 0 deletions pxtarget.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"libs/core-mini-codal",
"libs/v1",
"libs/v2",
"libs/v3",
"libs/radio",
"libs/devices",
"libs/bluetooth",
Expand Down

0 comments on commit d80ebe4

Please sign in to comment.