Skip to content

Commit

Permalink
Fix setting addr typo
Browse files Browse the repository at this point in the history
  • Loading branch information
curzon01 committed May 24, 2020
1 parent 3829265 commit eb6de53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasmota/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ struct {
uint8_t ot_hot_water_setpoint; // E8C
uint8_t ot_boiler_setpoint; // E8D
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_max; // E92
uint32_t deepsleep; // E94
Expand Down

0 comments on commit eb6de53

Please sign in to comment.