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 92b54f1 commit 7757252
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/tc_bus/tc_bus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,10 @@ 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->item(0,0);
ESP_LOGD(TAG, "0 0");
dst->mark(1000);
dst->space(1000);
ESP_LOGD(TAG, "mark %i", 1000);
ESP_LOGD(TAG, "space %i", 1000);

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

0 comments on commit 7757252

Please sign in to comment.