Skip to content

Commit 9400b19

Browse files
committed
fix: revert DEFAULT_HOST to use dynamic hostname for improved flexibility
1 parent 6b1e4c0 commit 9400b19

File tree

1 file changed

+1
-2
lines changed
  • scratch-arduino-extensions/packages/scratch-vm/src/extensions

1 file changed

+1
-2
lines changed

scratch-arduino-extensions/packages/scratch-vm/src/extensions/ArduinoUnoQ.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const io = require("./socket.io.min.js");
22

3-
// const DEFAULT_HOST = window.location.hostname;
4-
const DEFAULT_HOST = "192.168.1.39";
3+
const DEFAULT_HOST = window.location.hostname;
54

65
class ArduinoUnoQ {
76
constructor() {

0 commit comments

Comments
 (0)