Skip to content

Commit 7fdeafb

Browse files
committed
fix Leds to be rgb
1 parent 1bb6427 commit 7fdeafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NiclaSenseME-dashboard/NiclaSenseME/NiclaSenseME.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,5 +215,5 @@ void onRgbLedCharacteristicWrite(BLEDevice central, BLECharacteristic characteri
215215
byte g = rgbLedCharacteristic[1];
216216
byte b = rgbLedCharacteristic[2];
217217

218-
nicla::leds.setColor(b, g, r);
218+
nicla::leds.setColor(r, g, b);
219219
}

0 commit comments

Comments
 (0)