fix typos

This commit is contained in:
MichaelDvP
2026-05-27 11:18:06 +02:00
parent e989891652
commit 36f63da36f
2 changed files with 2 additions and 2 deletions

View File

@@ -643,7 +643,7 @@ void Network::findNetworks() {
} else if (network_iface_ == NetIface::AP) {
phase_ = NetPhase::AP;
}
if (!ethernet_ever_connected && ethernet_connected()) {
if (!ethernet_ever_connected_ && ethernet_connected()) {
ethernet_ever_connected_ = true;
}
LOG_INFO("Network connected via %s (IP: " IPSTR ")",