Skip to content

Commit

Permalink
BT reconnect timing
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahparker committed Feb 27, 2020
1 parent 13ce0cb commit db85b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intervalometer/intervalometer-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ function runCommand(type, args, callback, client) {
case 'bt.reset':
console.log("CORE: reloading BT module");
cleanUpBt();
setUpBt();
setTimeout(setUpBt, 5000);
callback();
break;

Expand Down

0 comments on commit db85b66

Please sign in to comment.