From f3025c65c9cf5406cee6da093dd607d4a92b870e Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Mon, 27 Mar 2017 15:26:42 -0700 Subject: [PATCH] use BT logo for devices --- libs/devices/devices.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/devices/devices.cpp b/libs/devices/devices.cpp index 9e672020..819e5907 100644 --- a/libs/devices/devices.cpp +++ b/libs/devices/devices.cpp @@ -123,7 +123,7 @@ enum class MesDpadButtonInfo { /** * Control a phone with the BBC micro:bit via Bluetooth. */ -//% color=156 weight=80 +//% color=#008272 weight=80 icon="\uf10b" namespace devices { static void genEvent(int id, int event) { MicroBitEvent e(id, event);