Skip to content

Commit

Permalink
chore(web): 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 6e7731a commit c6fcdd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ yarn-error.log*
*.njsproj
*.sln
*.sw?
vetur.config.js

#Electron-builder output
# Electron-builder output
/dist_electron
2 changes: 1 addition & 1 deletion web/src/views/connections/ConnectionForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ export default class ConnectionCreate extends Vue {
ca: '',
cert: '',
key: '',
mqttVersion: '3.1.1',
mqttVersion: '5.0',
subscriptions: [],
messages: [],
unreadMessageCount: 0,
Expand Down
2 changes: 1 addition & 1 deletion web/src/views/connections/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default class Connections extends Vue {
port: 8083,
certType: '',
ssl: false,
mqttVersion: '3.1.1',
mqttVersion: '5.0',
subscriptions: [],
messages: [],
unreadMessageCount: 0,
Expand Down

0 comments on commit c6fcdd9

Please sign in to comment.