Browse Source
Update settings.h
add a additional value.
pull/1654/head^2
DanielR92
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
src/config/settings.h
|
|
@ -313,6 +313,7 @@ typedef struct { |
|
|
|
unsigned long lastRefresh; |
|
|
|
uint16_t wait; |
|
|
|
|
|
|
|
bool battSwitchInit; |
|
|
|
bool battSwitch; |
|
|
|
|
|
|
|
// PID controller
|
|
|
@ -716,6 +717,7 @@ class settings { |
|
|
|
// mCfg.plugin.zeroExport.groups[group].pm_P2 = 0;
|
|
|
|
// mCfg.plugin.zeroExport.groups[group].pm_P3 = 0;
|
|
|
|
|
|
|
|
mCfg.plugin.zeroExport.groups[group].battSwitchInit = false; |
|
|
|
mCfg.plugin.zeroExport.groups[group].battSwitch = false; |
|
|
|
mCfg.plugin.zeroExport.groups[group].power = 0; |
|
|
|
} |
|
|
|