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:11 -10:00
committed by GitHub
parent 733c472c9f
commit 4a2388ed82
+1 -1
View File
@@ -45,7 +45,7 @@ inline bool is_connected() {
#endif
#ifdef USE_HOST
return true; // Assume its connected
return true; // Assume it's connected
#endif
return false;
}