Skip to content

Commit

Permalink
chore(desktop): modify the default mqtt version from 3.1.1 to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Asuka authored and ysfscream committed Jul 25, 2022
1 parent a668e44 commit 6e7731a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/mqttUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const getDefaultRecord = (): ConnectionModel => {
ca: '',
cert: '',
key: '',
mqttVersion: '3.1.1',
mqttVersion: '5.0',
subscriptions: [],
messages: [],
unreadMessageCount: 0,
Expand Down

0 comments on commit 6e7731a

Please sign in to comment.