mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-29 23:49:21 -04:00
Use secure web socket address for ble and bt connection (#1359)
This commit is contained in:
parent
0776845a94
commit
1dcdfc9548
2 changed files with 2 additions and 2 deletions
src/io
|
@ -1,6 +1,6 @@
|
|||
const JSONRPCWebSocket = require('../util/jsonrpc-web-socket');
|
||||
const log = require('../util/log');
|
||||
const ScratchLinkWebSocket = 'ws://localhost:20110/scratch/ble';
|
||||
const ScratchLinkWebSocket = 'wss://device-manager.scratch.mit.edu:20110/scratch/ble';
|
||||
|
||||
class BLESession extends JSONRPCWebSocket {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue