Update a couple of colours that were missed (#1326)
This commit is contained in:
@ -27,7 +27,7 @@ using namespace pxt;
|
||||
// payload: buffer length (9), buffer (10 ... 28)
|
||||
#define PACKET_TYPE_BUFFER 3
|
||||
|
||||
//% color=270 weight=96 icon="\uf012"
|
||||
//% color=#E3008C weight=96 icon="\uf012"
|
||||
namespace radio {
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Communicate data using radio packets
|
||||
*/
|
||||
//% color=#F62459 weight=96 icon="\uf012"
|
||||
//% color=#E3008C weight=96 icon="\uf012"
|
||||
namespace radio {
|
||||
export class Packet {
|
||||
/**
|
||||
|
2
libs/radio/shims.d.ts
vendored
2
libs/radio/shims.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
|
||||
//% color=270 weight=96 icon="\uf012"
|
||||
//% color=#E3008C weight=96 icon="\uf012"
|
||||
declare namespace radio {
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user