Update esphome/components/network/util.h

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2026-03-04 08:20:17 -10:00
committed by GitHub
co-authored by Copilot
parent 4a2388ed82
commit fb33fb977d
+1 -1
View File
@@ -20,7 +20,7 @@
namespace esphome::network {
// The order of the components is important: WiFi should come after any possible main interfaces (it may be used as
// an AP that use a previous interface for NAT).
// an AP that uses a previous interface for NAT).
/// Return whether the node is connected to the network (through wifi, eth, ...)
inline bool is_connected() {