mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
One more try but one more small fix
This commit is contained in:
parent
54093ea611
commit
fdc7f59465
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ void VornadoIR::transmit_(RawTimings ir_code) {
|
|||
ESP_LOGD(TAG, "Sending ir_code");
|
||||
auto transmit = this->transmitter_->transmit();
|
||||
ESP_LOGD(TAG, "Sending ir_code got transmitter");
|
||||
auto data = transmit.get_data();
|
||||
auto *data = transmit.get_data();
|
||||
data->set_data(ir_code);
|
||||
data->set_carrier_frequency(38000);
|
||||
transmit.set_send_times(3);
|
||||
|
|
Loading…
Reference in a new issue