mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-02 02:58:26 +02:00
[code-quality] fix clang-tidy wake_on_lan (#7275)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "wake_on_lan.h"
|
||||
#ifdef USE_NETWORK
|
||||
#include "esphome/core/log.h"
|
||||
#include "esphome/components/network/ip_address.h"
|
||||
#include "esphome/components/network/util.h"
|
||||
@@ -85,3 +86,4 @@ void WakeOnLanButton::setup() {
|
||||
|
||||
} // namespace wake_on_lan
|
||||
} // namespace esphome
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user