mirror of https://github.com/arendst/Tasmota.git
fix duplicate line
This commit is contained in:
parent
b5448535b2
commit
e3f0445a5d
|
@ -42,7 +42,6 @@ const gamma_table_t ac_dimmer_table[] = { // don't put in PROGMEM for performa
|
||||||
{ 99, 936 },
|
{ 99, 936 },
|
||||||
{ 100, 1000 },
|
{ 100, 1000 },
|
||||||
{ 0xFFFF, 0xFFFF } // fail-safe if out of range
|
{ 0xFFFF, 0xFFFF } // fail-safe if out of range
|
||||||
{ 0xFFFF, 0xFFFF } // fail-safe if out of range
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const gamma_table_t gamma_table[] = { // don't put in PROGMEM for performance reasons
|
const gamma_table_t gamma_table[] = { // don't put in PROGMEM for performance reasons
|
||||||
|
|
Loading…
Reference in New Issue