mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-03 19:38:30 +02:00
Enable readability-named-parameter check (#3098)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -49,8 +49,8 @@ class Sim800LComponent : public uart::UARTDevice, public PollingComponent {
|
||||
void dial(const std::string &recipient);
|
||||
|
||||
protected:
|
||||
void send_cmd_(const std::string &);
|
||||
void parse_cmd_(std::string);
|
||||
void send_cmd_(const std::string &message);
|
||||
void parse_cmd_(std::string message);
|
||||
|
||||
std::string sender_;
|
||||
char read_buffer_[SIM800L_READ_BUFFER_LENGTH];
|
||||
|
||||
Reference in New Issue
Block a user