mirror of
https://github.com/esphome/esphome.git
synced 2026-09-01 02:26:01 +00:00
Update esphome/components/network/util.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot
parent
733c472c9f
commit
4a2388ed82
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user