Fix test page
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</body>
|
||||
<script>
|
||||
const clientId = 'mqttjs_' + Math.random().toString(16).substr(2, 8)
|
||||
const host = 'mqtt://dev.tannercollin.com:8080'
|
||||
const host = 'mqtts://mqtt-dev.dns.t0.vc'
|
||||
const options = {
|
||||
keepalive: 60,
|
||||
clientId: clientId,
|
||||
|
Reference in New Issue
Block a user