mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 12:46:22 +01:00
removed unnecessary variables
This commit is contained in:
parent
a9b25b27fa
commit
b15e24dbae
@ -61,9 +61,6 @@ class DatapointComponent : public esphome::PollingComponent {
|
|||||||
bool is_dp_value_writing_outstanding_ = false;
|
bool is_dp_value_writing_outstanding_ = false;
|
||||||
DPValue dp_value_outstanding_;
|
DPValue dp_value_outstanding_;
|
||||||
|
|
||||||
static uint32_t last_recv;
|
|
||||||
static uint32_t last_send;
|
|
||||||
|
|
||||||
void datapoint_write_request_(DPValue dp_value);
|
void datapoint_write_request_(DPValue dp_value);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user