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 ")",

View File

@@ -1276,7 +1276,7 @@ void Thermostat::process_RC300Summer(const std::shared_ptr<const Telegram> & tel
// type 0x470, only BC400/UI800
// (0x470), data: 01 0E 01 01 02 17 04 48
void Thermostat::process_RC300Summer3(std::shared_ptr<const Telegram> telegram) {
void Thermostat::process_RC300Summer3(const std::shared_ptr<const Telegram> & telegram) {
has_update(telegram, hpoperatingmode, 0);
has_update(telegram, summertemp, 1);
has_update(telegram, heatondelay, 2);