Skip to content

Commit

Permalink
Fix compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bullestock committed Oct 10, 2024
1 parent 771c4d4 commit 340702a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/esp32/main/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ void Controller::handle_locked()
if (++dbg_count > 100)
{
dbg_count = 0;
Logger::instance().log(format("aux_status: %s", aux_status));
Logger::instance().log(format("aux_status: %s", aux_status.c_str()));
}
}
display.set_status("Locked", TFT_ORANGE, aux_status, TFT_RED);
Expand Down

0 comments on commit 340702a

Please sign in to comment.