diff --git a/libs/bluetooth/bluetooth.cpp b/libs/bluetooth/bluetooth.cpp index 5f0e07cf..ac3cf184 100644 --- a/libs/bluetooth/bluetooth.cpp +++ b/libs/bluetooth/bluetooth.cpp @@ -7,7 +7,7 @@ using namespace pxt; /** * Support for additional Bluetooth services. */ -//% color=#0082FB weight=20 icon="\uf294" +//% color=#0082FB weight=96 icon="\uf294" namespace bluetooth { MicroBitUARTService *uart = NULL; diff --git a/libs/bluetooth/bluetooth.ts b/libs/bluetooth/bluetooth.ts index e9d73e3e..343f24ba 100644 --- a/libs/bluetooth/bluetooth.ts +++ b/libs/bluetooth/bluetooth.ts @@ -1,7 +1,7 @@ /** * Support for additional Bluetooth services. */ -//% color=#0082FB weight=20 icon="\uf294" +//% color=#0082FB weight=96 icon="\uf294" namespace bluetooth { /** * Writes to the Bluetooth UART service buffer. From there the data is transmitted over Bluetooth to a connected device. diff --git a/libs/bluetooth/shims.d.ts b/libs/bluetooth/shims.d.ts index c84f23ac..2df6daa7 100644 --- a/libs/bluetooth/shims.d.ts +++ b/libs/bluetooth/shims.d.ts @@ -4,7 +4,7 @@ /** * Support for additional Bluetooth services. */ - //% color=#0082FB weight=20 icon="\uf294" + //% color=#0082FB weight=96 icon="\uf294" declare namespace bluetooth { /** diff --git a/libs/radio/radio.cpp b/libs/radio/radio.cpp index ba34e7fb..58d30004 100644 --- a/libs/radio/radio.cpp +++ b/libs/radio/radio.cpp @@ -24,7 +24,7 @@ using namespace pxt; // payload: string length (9), string (10 ... 28) #define PACKET_TYPE_STRING 2 -//% color=270 weight=34 icon="\uf012" +//% color=270 weight=96 icon="\uf012" namespace radio { // ------------------------------------------------------------------------- diff --git a/libs/radio/radio.ts b/libs/radio/radio.ts index 4a5b1a71..0a1b5405 100644 --- a/libs/radio/radio.ts +++ b/libs/radio/radio.ts @@ -1,7 +1,7 @@ /** * Communicate data using radio packets */ -//% color=#E3008C weight=34 icon="\uf012" +//% color=#E3008C weight=96 icon="\uf012" namespace radio { export class Packet { /** diff --git a/libs/radio/shims.d.ts b/libs/radio/shims.d.ts index 050cb702..2a51b133 100644 --- a/libs/radio/shims.d.ts +++ b/libs/radio/shims.d.ts @@ -2,7 +2,7 @@ - //% color=270 weight=34 icon="\uf012" + //% color=270 weight=96 icon="\uf012" declare namespace radio { /**