Skip to content

Commit

Permalink
Bluetooth not initializing
Browse files Browse the repository at this point in the history
Bluetooth was not initializing due to a retrun statement in init funciton
  • Loading branch information
trojancode authored Aug 8, 2024
1 parent 8ed7fbe commit 6ea7219
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FluidNC/src/BTConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ namespace WebUI {

void BTConfig::init() {
log_debug("Begin Bluetooth setup");
return;
//stop active services
deinit();

Expand Down

0 comments on commit 6ea7219

Please sign in to comment.