Skip to content

Commit

Permalink
terminal: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Jan 29, 2025
1 parent 27cf0af commit 1366713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/espurna/terminal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,8 @@ void setup() {
return false;
}

auto cmd = std::make_shared<String>(line.toString());

api.handle([cmd](AsyncWebServerRequest* request) {
espurna::web::print::scheduleFromRequest(
request,
Expand Down

0 comments on commit 1366713

Please sign in to comment.