Fix code scope.

This commit is contained in:
Victor Chang
2024-06-08 01:05:39 -07:00
parent 63434eaefc
commit 6bd100481f

View File

@@ -138,11 +138,12 @@ void EmporiaVueUtility::loop() {
send_install_code_req();
else if (startup_step == 3)
send_meter_join();
else
else {
ready_to_read_meter_ = true;
next_expected_meter_request = now + update_interval_;
}
}
}
void EmporiaVueUtility::dump_config() {
ESP_LOGCONFIG(TAG, "Emporia Vue Utility Connect");