Skip to content

Commit

Permalink
missing space after command header - release
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe44 committed Aug 4, 2020
1 parent 4a56b55 commit 8820a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/wifi-manager/code.js
Expand Up @@ -343,7 +343,7 @@ $(document).ready(function(){
});

$("#generate-command").on("click", function() {
var commandLine = commandHeader + '-n "' + $("#player").val() + '"';
var commandLine = commandHeader + ' -n "' + $("#player").val() + '"';

if (output == 'bt') {
commandLine += ' -o "BT -n \'' + $("#btsink").val() + '\'" -R -Z 192000';
Expand Down

6 comments on commit 8820a85

@daduke
Copy link
Collaborator

@daduke daduke commented on 8820a85 Aug 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uhm I fixed that one weeks ago... maybe only in cmake branch?

@philippe44
Copy link
Collaborator Author

@philippe44 philippe44 commented on 8820a85 Aug 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indeed ;-) no love for the poor old master branch

@daduke
Copy link
Collaborator

@daduke daduke commented on 8820a85 Aug 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry about that. I think neither Sebastien nor me realized it existed in master too..

@daduke
Copy link
Collaborator

@daduke daduke commented on 8820a85 Aug 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in other news, we're not supposed to call it 'master' any longer...

@philippe44
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sle118 is probably hacking something right now to send a missile right on my house

@sle118
Copy link
Owner

@sle118 sle118 commented on 8820a85 Aug 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm actually designing a SqueezeAmp competing non-amplified board ;)

Please sign in to comment.