mirror of https://github.com/arendst/Tasmota.git
Solidified Code updated
This commit is contained in:
parent
7e2fff9728
commit
918faf3af6
|
@ -300,7 +300,7 @@ be_local_closure(Animate_core_fast_loop, /* name */
|
|||
/* K14 */ be_const_int(1),
|
||||
/* K15 */ be_nested_str_weak(layer),
|
||||
/* K16 */ be_nested_str_weak(painters),
|
||||
/* K17 */ be_const_int(-16777216),
|
||||
/* K17 */ be_const_int(4278190080),
|
||||
/* K18 */ be_nested_str_weak(paint),
|
||||
/* K19 */ be_nested_str_weak(blend_pixels),
|
||||
/* K20 */ be_nested_str_weak(obj),
|
||||
|
|
|
@ -244,7 +244,7 @@ be_local_closure(Animate_pulse_init, /* name */
|
|||
/* K3 */ be_const_int(0),
|
||||
/* K4 */ be_nested_str_weak(color),
|
||||
/* K5 */ be_nested_str_weak(back_color),
|
||||
/* K6 */ be_const_int(-16777216),
|
||||
/* K6 */ be_const_int(4278190080),
|
||||
/* K7 */ be_nested_str_weak(pulse_size),
|
||||
/* K8 */ be_nested_str_weak(slew_size),
|
||||
/* K9 */ be_nested_str_weak(pos),
|
||||
|
@ -302,7 +302,7 @@ be_local_closure(Animate_pulse_paint, /* name */
|
|||
1, /* has constants */
|
||||
( &(const bvalue[13]) { /* constants */
|
||||
/* K0 */ be_nested_str_weak(back_color),
|
||||
/* K1 */ be_const_int(-16777216),
|
||||
/* K1 */ be_const_int(4278190080),
|
||||
/* K2 */ be_nested_str_weak(fill_pixels),
|
||||
/* K3 */ be_nested_str_weak(pos),
|
||||
/* K4 */ be_nested_str_weak(slew_size),
|
||||
|
|
|
@ -3542,18 +3542,18 @@ be_local_class(Matter_TLV,
|
|||
be_const_int(0),
|
||||
be_const_int(4),
|
||||
be_const_int(8),
|
||||
be_const_int(-1),
|
||||
be_const_int(-2),
|
||||
be_const_int(-4),
|
||||
be_const_int(-8),
|
||||
be_const_int(-1),
|
||||
be_const_int(-2),
|
||||
be_const_int(-4),
|
||||
be_const_int(-8),
|
||||
be_const_int(4294967295),
|
||||
be_const_int(4294967294),
|
||||
be_const_int(4294967292),
|
||||
be_const_int(4294967288),
|
||||
be_const_int(4294967295),
|
||||
be_const_int(4294967294),
|
||||
be_const_int(4294967292),
|
||||
be_const_int(4294967288),
|
||||
be_const_int(0),
|
||||
be_const_int(-99),
|
||||
be_const_int(-99),
|
||||
be_const_int(-99),
|
||||
be_const_int(4294967197),
|
||||
be_const_int(4294967197),
|
||||
be_const_int(4294967197),
|
||||
be_const_int(0),
|
||||
})) ) } )) },
|
||||
{ be_const_key_weak(EOC, -1), be_const_int(24) },
|
||||
|
|
|
@ -10013,8 +10013,8 @@ be_local_class(lvh_page,
|
|||
{ be_const_key_int(0, 3), be_const_int(0) },
|
||||
{ be_const_key_int(1, -1), be_const_int(5) },
|
||||
{ be_const_key_int(2, -1), be_const_int(8) },
|
||||
{ be_const_key_int(-1, -1), be_const_int(6) },
|
||||
{ be_const_key_int(-2, -1), be_const_int(7) },
|
||||
{ be_const_key_int(4294967295, -1), be_const_int(6) },
|
||||
{ be_const_key_int(4294967294, -1), be_const_int(7) },
|
||||
})) ) } )) },
|
||||
{ be_const_key_weak(id, 5), be_const_closure(lvh_page_id_closure) },
|
||||
{ be_const_key_weak(_page_id, 11), be_const_var(1) },
|
||||
|
|
Loading…
Reference in New Issue