mirror of
https://github.com/esphome/esphome.git
synced 2025-11-19 00:05:43 +00:00
[code-quality] fix clang-tidy wifi related (#7254)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "wifi_component.h"
|
||||
|
||||
#ifdef USE_WIFI
|
||||
#ifdef USE_LIBRETINY
|
||||
|
||||
#include <utility>
|
||||
@@ -468,3 +469,4 @@ void WiFiComponent::wifi_loop_() {}
|
||||
} // namespace esphome
|
||||
|
||||
#endif // USE_LIBRETINY
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user