Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Feb 1, 2025
1 parent cff9f44 commit 92b54f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/tc_bus/tc_bus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,8 @@ namespace esphome
dst->space(checksm ? TCS_ONE_BIT_MS : TCS_ZERO_BIT_MS);
ESP_LOGD(TAG, "space chksm %i", checksm ? TCS_ONE_BIT_MS : TCS_ZERO_BIT_MS);

dst->mark(7000);
ESP_LOGD(TAG, "mark %i", 7000);
dst->item(0,0);
ESP_LOGD(TAG, "0 0");

call.perform();
ESP_LOGD(TAG, "perform");
Expand Down

0 comments on commit 92b54f1

Please sign in to comment.