refactor: Remove unused variable in processControlCommand
This commit is contained in:
@@ -182,8 +182,6 @@ void onMqttMessage(int messageSize) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void processControlCommand(int64_t num) {
|
void processControlCommand(int64_t num) {
|
||||||
static int64_t prev_num = 0;
|
|
||||||
|
|
||||||
Serial.print("[MEGA] Setting power: ");
|
Serial.print("[MEGA] Setting power: ");
|
||||||
Serial.println(num);
|
Serial.println(num);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user