mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 19:32:19 +01:00
format
This commit is contained in:
@@ -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_{};
|
||||
|
Reference in New Issue
Block a user