refactor: Remove unused variable in processControlCommand
This commit is contained in:
parent
3022da7fe4
commit
9080317882
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user