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 f443461 commit a26099e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions components/tc_bus/tc_bus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -659,9 +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(500);

ESP_LOGD(TAG, "mark %i", 500);
dst->mark(1600);
ESP_LOGD(TAG, "mark %i", 1600);

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

0 comments on commit a26099e

Please sign in to comment.