Skip to content

Commit

Permalink
Update $Firmware info response
Browse files Browse the repository at this point in the history
  • Loading branch information
bdring committed Mar 10, 2024
1 parent 7e20621 commit d390be7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion FluidNC/src/WebUI/WebSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,11 @@ namespace WebUI {
// WebUI will switch to M20 for SD access, which is wrong for FluidNC
s << "Direct SD";

s << " # primary sd:/sd # secondary sd:none ";
s << " # primary sd:";

(config->_sdCard->config_ok) ? s << "/sd" : s << "none";

s << " # secondary sd:none ";

s << " # authentication:";
#ifdef ENABLE_AUTHENTICATION
Expand Down

0 comments on commit d390be7

Please sign in to comment.