mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Increase SM2135 CW/WW intensitity
Increase SM2135 CW/WW intensitity (#6495)
This commit is contained in:
parent
62c0c89cfb
commit
d411f7219d
@ -51,7 +51,7 @@
|
||||
#define SM2135_60MA 0x0A
|
||||
|
||||
// RGB current CW current
|
||||
const uint8_t SM2135_CURRENT = (SM2135_20MA << 4) | SM2135_10MA;
|
||||
const uint8_t SM2135_CURRENT = (SM2135_20MA << 4) | SM2135_15MA; // See https://github.com/arendst/Tasmota/issues/6495#issuecomment-549121683
|
||||
|
||||
struct SM2135 {
|
||||
uint8_t clk = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user