Skip to content

Commit

Permalink
mathieucarbou/WebSerialLite @ 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jun 2, 2024
1 parent ce00f6d commit 2ec8748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/init/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ Mycila::Task initConfigTask("Init Config", [](void* params) {
}

// WebSerial
WebSerial.begin(webServer, "/console", YASOLR_ADMIN_USERNAME, config.get(KEY_ADMIN_PASSWORD));
logger.forwardTo(&WebSerial);
WebSerialLite.begin(webServer, "/console", YASOLR_ADMIN_USERNAME, config.get(KEY_ADMIN_PASSWORD));
logger.forwardTo(&WebSerialLite);

// ElegantOTA
#ifdef APP_MODEL_PRO
Expand Down

0 comments on commit 2ec8748

Please sign in to comment.