mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-02 07:58:24 +02:00
Update settings.h
add a additional value.
This commit is contained in:
parent
8ef77eb21c
commit
6494183783
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue