mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 09:44:12 +01:00
i forgot something to uncomment
This commit is contained in:
parent
3bee619049
commit
472f9d61b6
1 changed files with 3 additions and 7 deletions
|
@ -317,8 +317,6 @@ template<typename... Ts> class DelPeerAction : public Action<Ts...>, public Pare
|
|||
TemplatableValue<uint64_t, Ts...> mac_{};
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
class ESPNowSentTrigger : public Trigger<ESPNowPacket *, bool> {
|
||||
public:
|
||||
explicit ESPNowSentTrigger(ESPNowComponent *parent) {
|
||||
|
@ -343,8 +341,6 @@ class ESPNowNewPeerTrigger : public Trigger<ESPNowPacket *> {
|
|||
}
|
||||
};
|
||||
|
||||
*/
|
||||
|
||||
extern ESPNowComponent *global_esp_now;
|
||||
|
||||
} // namespace espnow
|
||||
|
|
Loading…
Reference in a new issue