X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=benchmarks%2Fdrivers%2FCpp%2FLifxLightBulb%2FLifxLightBulb.cpp;h=7b7ce1d97419a7b3ec658dcd5892ffc5fbe9a4a5;hb=fed43b1232f674bd9dec130ea1bf624b71cbe26c;hp=667d765bf27d2a44e725d39dc49259b0b41085f5;hpb=c8e8fa46088ad115eb35414ae719754ad2bf39ee;p=iot2.git diff --git a/benchmarks/drivers/Cpp/LifxLightBulb/LifxLightBulb.cpp b/benchmarks/drivers/Cpp/LifxLightBulb/LifxLightBulb.cpp index 667d765..7b7ce1d 100644 --- a/benchmarks/drivers/Cpp/LifxLightBulb/LifxLightBulb.cpp +++ b/benchmarks/drivers/Cpp/LifxLightBulb/LifxLightBulb.cpp @@ -33,9 +33,9 @@ extern "C" void initLifxLightBulb(void* t) { // Constructor LifxLightBulb::LifxLightBulb() { // LB1 macAddress: d0:73:d5:12:8e:30 - // LB1 macAddress: d0:73:d5:02:41:da - string macAddress = "D073D5128E300000"; // bulbMacAddress: [-48, 115, -43, 18, -114, 48, 0, 0] - //string macAddress = "D073D50241DA0000"; // bulbMacAddress: [-48, 115, -43, 2, 65, -38, 0, 0] + // LB2 macAddress: d0:73:d5:02:41:da + string macAddress = "D073D5128E300000"; + //string macAddress = "D073D50241DA0000"; /*bulbMacAddress[0] = 0xD0; bulbMacAddress[1] = 0x73; bulbMacAddress[2] = 0xD5;