From 96f84d71e5d34de89dcb3b91e7b338ec81c1c577 Mon Sep 17 00:00:00 2001 From: John Lauer Date: Wed, 11 Jan 2017 00:29:06 +0000 Subject: [PATCH] Made some changes to ChiliPeppr myWorkspace using Cloud9 --- auto-generated-workspace.html | 2 +- workspace.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auto-generated-workspace.html b/auto-generated-workspace.html index 4df672a..3fa7904 100644 --- a/auto-generated-workspace.html +++ b/auto-generated-workspace.html @@ -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(); diff --git a/workspace.js b/workspace.js index c31bea6..2f91d84 100644 --- a/workspace.js +++ b/workspace.js @@ -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();