mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 16:37:52 +01:00
format
This commit is contained in:
parent
1bec1faf6d
commit
9e7e8ab116
@ -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 New Issue
Block a user