simplified debug info

This commit is contained in:
strawmanbobi
2022-05-16 20:42:04 +08:00
parent 5261a68c14
commit 9b8d72a4f5
2 changed files with 2 additions and 8 deletions

View File

@@ -93,12 +93,6 @@ void sendStatus(String file, t_remote_ac_status status) {
UINT16 data_length = ir_decode(0, user_data, &status, FALSE);
DEBUGF("data_length = %d\n", data_length);
// if (LOG_DEBUG)
// {
// for (int i = 0; i < data_length; i++)
// Serial.printf("%d ", *(user_data + i));
// Serial.println();
// }
ir_recv->disableIRIn();
ir_send->sendRaw(user_data, data_length, 38);
ir_recv->enableIRIn();