mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Merge pull request #9273 from stefanbode/patch-2
Added PWMrange as requested for servo operation shutters
This commit is contained in:
commit
0dfa38df89
@ -607,6 +607,7 @@
|
||||
#define D_CMND_SHUTTER_LOCK "Lock"
|
||||
#define D_CMND_SHUTTER_ENABLEENDSTOPTIME "EnableEndStopTime"
|
||||
#define D_CMND_SHUTTER_INVERTWEBBUTTONS "InvertWebButtons"
|
||||
#define D_CMND_SHUTTER_PWMRANGE "PWMRange"
|
||||
|
||||
// Commands xdrv_32_hotplug.ino
|
||||
#define D_CMND_HOTPLUG "HotPlug"
|
||||
|
@ -611,8 +611,9 @@ struct {
|
||||
uint8_t fallback_module; // F42
|
||||
uint8_t shutter_mode; // F43
|
||||
uint16_t energy_power_delta[3]; // F44
|
||||
uint16_t shutter_pwmrange[2][MAX_SHUTTERS]; // F4A
|
||||
|
||||
uint8_t free_f4a[106]; // F4A - Decrement if adding new Setting variables just above and below
|
||||
uint8_t free_f5a[90]; // F5A - Decrement if adding new Setting variables just above and below
|
||||
|
||||
// Only 32 bit boundary variables below
|
||||
SysBitfield5 flag5; // FB4
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user