mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-02-04 00:27:45 +05:00
refactor: memory optimization for esp8266
This commit is contained in:
@@ -236,7 +236,7 @@ struct Variables {
|
||||
|
||||
struct {
|
||||
bool state = false;
|
||||
unsigned long lastEnableTime = 0;
|
||||
unsigned long lastEnabledTime = 0;
|
||||
} externalPump;
|
||||
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user