mirror of https://github.com/arendst/Tasmota.git
Update settings.h
This commit is contained in:
parent
b3094aa50e
commit
f545818349
|
@ -526,7 +526,7 @@ struct SYSCFG {
|
||||||
uint16_t pms_wake_interval; // F34
|
uint16_t pms_wake_interval; // F34
|
||||||
uint8_t config_version; // F36
|
uint8_t config_version; // F36
|
||||||
|
|
||||||
uint8_t free_f37[129]; // F37 - Decrement if adding new Setting variables just above and below
|
uint8_t free_f37[129]; // F37 - Decrement if adding new Setting variables just above and below
|
||||||
|
|
||||||
// Only 32 bit boundary variables below
|
// Only 32 bit boundary variables below
|
||||||
uint16_t pulse_counter_debounce_low; // FB8
|
uint16_t pulse_counter_debounce_low; // FB8
|
||||||
|
|
Loading…
Reference in New Issue