mirror of
https://github.com/esphome/esphome.git
synced 2026-03-02 18:58:20 -07: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