mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
add cpp file
This commit is contained in:
parent
088e748bba
commit
7af1ea1f14
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "util.h"
|
||||
#include "esphome/core/defines.h"
|
||||
|
||||
#ifdef USE_NETWORK
|
||||
#ifdef USE_WIFI
|
||||
#include "esphome/components/wifi/wifi_component.h"
|
||||
#endif
|
||||
|
@ -63,3 +63,4 @@ std::string get_use_address() {
|
|||
|
||||
} // namespace network
|
||||
} // namespace esphome
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue