mirror of
https://github.com/esphome/esphome.git
synced 2025-02-07 13:40:59 +00: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);
|
this->parent_->write_array(val);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
bool static_{false};
|
bool static_{false};
|
||||||
std::function<std::vector<uint8_t>(Ts...)> data_func_{};
|
std::function<std::vector<uint8_t>(Ts...)> data_func_{};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user