forked from Links2004/arduinoWebSockets
@ -2,7 +2,7 @@
|
||||
<head>
|
||||
|
||||
<script>
|
||||
var connection = new WebSocket('ws://10.11.2.1:81/test', ['arduino']);
|
||||
var connection = new WebSocket('ws://10.11.2.2:81/test', ['arduino']);
|
||||
|
||||
connection.onopen = function () {
|
||||
connection.send('Message from Browser to ESP8266 yay its Working!! ' + new Date());
|
||||
|
Reference in New Issue
Block a user