We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afdf89 commit 11b8c2dCopy full SHA for 11b8c2d
scratch-arduino-extensions/packages/scratch-vm/src/extensions/arduino_basics/index.js
@@ -19,9 +19,8 @@ const iconURI = "";
19
// eslint-disable-next-line max-len
20
const menuIconURI = "";
21
22
-// const wsServerURL = `${window.location.protocol}//${window.location.hostname}:7000`;
+const wsServerURL = `${window.location.protocol}//${window.location.hostname}:7000`;
23
24
-const wsServerURL = `ws://192.168.1.39:7000`;
25
class ArduinoBasics {
26
constructor(runtime) {
27
this.runtime = runtime;
0 commit comments