Skip to content

Commit

Permalink
Made some changes to ChiliPeppr myWorkspace using Cloud9
Browse files Browse the repository at this point in the history
  • Loading branch information
chilipeppr committed Jan 11, 2017
1 parent d2862d4 commit 96f84d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auto-generated-workspace.html
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
spjs.init({
isSingleSelectMode: true,
defaultBuffer: "nodemcu",
defaultBaud: 9600,
defaultBaud: 115200, //9600,
bufferEncouragementMsg: 'For your NodeMCU device please choose the "nodemcu" buffer in the pulldown and a 9600 baud rate before connecting.'
});
//spjs.showBody();
Expand Down
2 changes: 1 addition & 1 deletion workspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ wifi.sta.getap(listap)`);
spjs.init({
isSingleSelectMode: true,
defaultBuffer: "nodemcu",
defaultBaud: 9600,
defaultBaud: 115200, //9600,
bufferEncouragementMsg: 'For your NodeMCU device please choose the "nodemcu" buffer in the pulldown and a 9600 baud rate before connecting.'
});
//spjs.showBody();
Expand Down

0 comments on commit 96f84d7

Please sign in to comment.