1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-07 22:02:22 +01:00

Streamline setup() logging (s, t, u, v, w, x, y, z) (#8930)

This commit is contained in:
Keith Burzinski
2025-05-28 14:28:41 -05:00
committed by GitHub
parent d99e3237f9
commit 8eac859bab
74 changed files with 76 additions and 79 deletions

View File

@@ -235,7 +235,7 @@ std::string WebServer::get_config_json() {
}
void WebServer::setup() {
ESP_LOGCONFIG(TAG, "Setting up web server...");
ESP_LOGCONFIG(TAG, "Running setup");
this->setup_controller(this->include_internal_);
this->base_->init();