refactor: removed resetting modulation and power if response not valid

This commit is contained in:
Yurii
2024-10-31 22:30:37 +03:00
parent 7ed47a4eca
commit 747d8841bc

View File

@@ -447,9 +447,6 @@ protected:
);
} else {
vars.sensors.modulation = 0;
vars.sensors.power = 0;
Log.swarningln(FPSTR(L_OT), F("Failed receive modulation level"));
}