bundling and fixing microbit-devices
This commit is contained in:
parent
3051e09bcf
commit
f085253306
@ -188,7 +188,7 @@ namespace devices {
|
||||
static void initSignalStrength() {
|
||||
if (_signalStrength < 0) {
|
||||
_signalStrength = 0;
|
||||
uBit.MessageBus.listen(MES_SIGNAL_STRENGTH_ID, MICROBIT_EVT_ANY, signalStrengthHandler);
|
||||
uBit.messageBus.listen(MES_SIGNAL_STRENGTH_ID, MICROBIT_EVT_ANY, signalStrengthHandler);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,9 @@
|
||||
"corepkg": "microbit",
|
||||
"bundleddirs": [
|
||||
"libs/microbit",
|
||||
"libs/microbit-radio"
|
||||
"libs/microbit-radio",
|
||||
"libs/microbit-devices",
|
||||
"libs/neopixel"
|
||||
],
|
||||
"cloud": {
|
||||
"workspace": false,
|
||||
@ -105,10 +107,6 @@
|
||||
{
|
||||
"name": "Lessons",
|
||||
"path": "/lessons"
|
||||
},
|
||||
{
|
||||
"name": "Device",
|
||||
"path": "/device"
|
||||
}
|
||||
],
|
||||
"sideDoc": "getting-started"
|
||||
|
Loading…
Reference in New Issue
Block a user