mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
Update ZeroCross Dimmer calibration on physical measurement
Alligned with physical measurement of 1KW heating
This commit is contained in:
parent
af9f83e7e4
commit
3569927403
@ -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