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();