mirror of
https://github.com/esphome/esphome.git
synced 2025-02-02 03:01:00 +00:00
i forgot something to uncomment
This commit is contained in:
parent
3bee619049
commit
472f9d61b6
@ -317,8 +317,6 @@ template<typename... Ts> class DelPeerAction : public Action<Ts...>, public Pare
|
|||||||
TemplatableValue<uint64_t, Ts...> mac_{};
|
TemplatableValue<uint64_t, Ts...> mac_{};
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
|
||||||
|
|
||||||
class ESPNowSentTrigger : public Trigger<ESPNowPacket *, bool> {
|
class ESPNowSentTrigger : public Trigger<ESPNowPacket *, bool> {
|
||||||
public:
|
public:
|
||||||
explicit ESPNowSentTrigger(ESPNowComponent *parent) {
|
explicit ESPNowSentTrigger(ESPNowComponent *parent) {
|
||||||
@ -343,8 +341,6 @@ class ESPNowNewPeerTrigger : public Trigger<ESPNowPacket *> {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
extern ESPNowComponent *global_esp_now;
|
extern ESPNowComponent *global_esp_now;
|
||||||
|
|
||||||
} // namespace espnow
|
} // namespace espnow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user