mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-11 18:54:28 +05:00
refactor: removed resetting modulation and power if response not valid
This commit is contained in:
@@ -447,9 +447,6 @@ protected:
|
|||||||
);
|
);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
vars.sensors.modulation = 0;
|
|
||||||
vars.sensors.power = 0;
|
|
||||||
|
|
||||||
Log.swarningln(FPSTR(L_OT), F("Failed receive modulation level"));
|
Log.swarningln(FPSTR(L_OT), F("Failed receive modulation level"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user