Merge pull request #9273 from stefanbode/patch-2

Added PWMrange as requested for servo operation shutters
This commit is contained in:
Theo Arends 2020-09-09 16:39:29 +02:00 committed by GitHub
commit 0dfa38df89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 299 additions and 298 deletions

View File

@ -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"

View File

@ -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