Revert "log more"

This reverts commit 27b82da8a0.
This commit is contained in:
J. Nick Koston 2023-06-13 11:16:30 -10:00
parent 27b82da8a0
commit 6879fd7657
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ namespace ratgdo {
ESP_LOGV(TAG, "Motion: %d (toggle)", this->motionState); ESP_LOGV(TAG, "Motion: %d (toggle)", this->motionState);
} else { } else {
// 0x84 -- is it used? // 0x84 -- is it used?
ESP_LOGV(TAG, "Unknown command: cmd=%04x nibble=%02x byte1=%02x byte2=%02x", cmd, nibble, byte1, byte2); ESP_LOGV(TAG, "Unknown command: %04x", cmd);
} }
return cmd; return cmd;
} }