use BT logo for devices

This commit is contained in:
Peli de Halleux 2017-03-27 15:26:42 -07:00
parent c30a747d47
commit f3025c65c9

View File

@ -123,7 +123,7 @@ enum class MesDpadButtonInfo {
/** /**
* Control a phone with the BBC micro:bit via Bluetooth. * Control a phone with the BBC micro:bit via Bluetooth.
*/ */
//% color=156 weight=80 //% color=#008272 weight=80 icon="\uf10b"
namespace devices { namespace devices {
static void genEvent(int id, int event) { static void genEvent(int id, int event) {
MicroBitEvent e(id, event); MicroBitEvent e(id, event);