mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-09 18:19:36 +00:00
fix typos
This commit is contained in:
@@ -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 ")",
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user