We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5f2c1 commit 3031a09Copy full SHA for 3031a09
src/fw/drivers/led_controller/aw2016.c
@@ -41,7 +41,7 @@
41
#define AW2016_REG_PWM3 0x36U
42
43
static uint8_t s_brightness;
44
-static uint32_t s_rgb_current_color = LED_WARM_WHITE;
+static uint32_t s_rgb_current_color = LED_SOFT_WHITE;
45
46
static bool prv_read_register(uint8_t register_address, uint8_t *value) {
47
bool ret;
0 commit comments