mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-21 17:56:31 +00:00
Merge pull request #17225 from stefanbode/patch-2
Update ZeroCross Dimmer calibration on physical measurement
This commit is contained in:
commit
3247ae13eb
@ -34,12 +34,12 @@ typedef struct gamma_table_t {
|
||||
const gamma_table_t ac_dimmer_table[] = { // don't put in PROGMEM for performance reasons
|
||||
{ 0, 0 },
|
||||
{ 10, 64 },
|
||||
{ 50, 144 },
|
||||
{ 100, 205 },
|
||||
{ 500, 500 },
|
||||
{ 900, 795 },
|
||||
{ 950, 866 },
|
||||
{ 990, 936 },
|
||||
{ 50, 175 },
|
||||
{ 100, 235 },
|
||||
{ 500, 485 },
|
||||
{ 900, 704 },
|
||||
{ 950, 748 },
|
||||
{ 990, 850 },
|
||||
{ 1024, 1024 },
|
||||
{ 0xFFFF, 0xFFFF } // fail-safe if out of range
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user