Skip to content

Commit 4821372

Browse files
committed
Set useCloudProtocolV2 as true by default
1 parent 96917e0 commit 4821372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/CloudClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class CloudClient implements ICloudClient {
1818
host: 'wss.iot.arduino.cc',
1919
port: 8443,
2020
token: undefined,
21-
useCloudProtocolV2: false,
21+
useCloudProtocolV2: true,
2222
onOffline: NOOP,
2323
onConnected: NOOP,
2424
onDisconnect: NOOP,

0 commit comments

Comments
 (0)