mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 15:08:10 +01:00
format
This commit is contained in:
parent
1bec1faf6d
commit
9e7e8ab116
1 changed files with 1 additions and 0 deletions
|
@ -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_{};
|
||||
|
|
Loading…
Reference in a new issue