updatd weights of radio

This commit is contained in:
Peli de Halleux 2017-01-06 05:43:50 -08:00
parent 32f96d09d4
commit 42773a1a0a
6 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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.

View File

@ -4,7 +4,7 @@
/**
* Support for additional Bluetooth services.
*/
//% color=#0082FB weight=20 icon="\uf294"
//% color=#0082FB weight=96 icon="\uf294"
declare namespace bluetooth {
/**

View File

@ -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 {
// -------------------------------------------------------------------------

View File

@ -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 {
/**

View File

@ -2,7 +2,7 @@
//% color=270 weight=34 icon="\uf012"
//% color=270 weight=96 icon="\uf012"
declare namespace radio {
/**