Update a couple of colours that were missed (#1326)
This commit is contained in:
parent
27c1ebef7a
commit
3e5c5929d5
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* Events and data from sensors
|
* Events and data from sensors
|
||||||
*/
|
*/
|
||||||
//% color=#B4009E weight=111 icon="\uf192"
|
//% color=#D400D4 weight=111 icon="\uf192"
|
||||||
namespace input {
|
namespace input {
|
||||||
/**
|
/**
|
||||||
* Attaches code to run when the screen is facing up.
|
* Attaches code to run when the screen is facing up.
|
||||||
|
@ -27,7 +27,7 @@ using namespace pxt;
|
|||||||
// payload: buffer length (9), buffer (10 ... 28)
|
// payload: buffer length (9), buffer (10 ... 28)
|
||||||
#define PACKET_TYPE_BUFFER 3
|
#define PACKET_TYPE_BUFFER 3
|
||||||
|
|
||||||
//% color=270 weight=96 icon="\uf012"
|
//% color=#E3008C weight=96 icon="\uf012"
|
||||||
namespace radio {
|
namespace radio {
|
||||||
|
|
||||||
// -------------------------------------------------------------------------
|
// -------------------------------------------------------------------------
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* Communicate data using radio packets
|
* Communicate data using radio packets
|
||||||
*/
|
*/
|
||||||
//% color=#F62459 weight=96 icon="\uf012"
|
//% color=#E3008C weight=96 icon="\uf012"
|
||||||
namespace radio {
|
namespace radio {
|
||||||
export class Packet {
|
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 {
|
declare namespace radio {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user