mirror of https://github.com/arendst/Tasmota.git
Merge pull request #8532 from curzon01/development
Fix setting addr typo
This commit is contained in:
commit
82f257cb15
|
@ -515,7 +515,7 @@ struct {
|
||||||
uint8_t ot_hot_water_setpoint; // E8C
|
uint8_t ot_hot_water_setpoint; // E8C
|
||||||
uint8_t ot_boiler_setpoint; // E8D
|
uint8_t ot_boiler_setpoint; // E8D
|
||||||
uint8_t ot_flags; // E8E
|
uint8_t ot_flags; // E8E
|
||||||
uint8_t ledpwm_mask; // F8F
|
uint8_t ledpwm_mask; // E8F
|
||||||
uint16_t dimmer_hw_min; // E90
|
uint16_t dimmer_hw_min; // E90
|
||||||
uint16_t dimmer_hw_max; // E92
|
uint16_t dimmer_hw_max; // E92
|
||||||
uint32_t deepsleep; // E94
|
uint32_t deepsleep; // E94
|
||||||
|
|
Loading…
Reference in New Issue