mirror of
https://github.com/esphome/esphome.git
synced 2026-09-27 06:50:22 +00:00
[infrared, remote_base] Optimize IR transmit path for web_server base85 data (#13238)
This commit is contained in:
@@ -159,6 +159,10 @@ void RemoteTransmitData::set_data_from_packed_sint32(const uint8_t *data, size_t
|
||||
}
|
||||
}
|
||||
|
||||
bool RemoteTransmitData::set_data_from_base85(const std::string &base85) {
|
||||
return base85_decode_int32_vector(base85, this->data_);
|
||||
}
|
||||
|
||||
/* RemoteTransmitterBase */
|
||||
|
||||
void RemoteTransmitterBase::send_(uint32_t send_times, uint32_t send_wait) {
|
||||
|
||||
Reference in New Issue
Block a user