1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-31 10:10:56 +00:00
This commit is contained in:
Guillermo Ruffino 2020-05-24 23:45:15 -03:00
parent 1bec1faf6d
commit 9e7e8ab116

View File

@ -25,6 +25,7 @@ template<typename... Ts> class UARTWriteAction : public Action<Ts...>, public Pa
this->parent_->write_array(val);
}
}
protected:
bool static_{false};
std::function<std::vector<uint8_t>(Ts...)> data_func_{};