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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user