mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-13 19:54:28 +05:00
feat: added GPIO inversion setting for extpump
This commit is contained in:
@@ -162,6 +162,7 @@ struct Settings {
|
||||
struct {
|
||||
bool use = false;
|
||||
uint8_t gpio = DEFAULT_EXT_PUMP_GPIO;
|
||||
bool invertState = false;
|
||||
unsigned short postCirculationTime = 600;
|
||||
unsigned int antiStuckInterval = 2592000;
|
||||
unsigned short antiStuckTime = 300;
|
||||
|
||||
Reference in New Issue
Block a user