updated settings manager and integrated naming with UI

This commit is contained in:
ori
2019-04-26 21:56:40 +03:00
parent 105b85be37
commit 09685d46eb
3 changed files with 16 additions and 5 deletions

View File

@@ -70,7 +70,7 @@
methods: {
socketSendAll: function(){
this.$socket.sendObj([
{'teamValue':this.teamNum},
{'team_number':this.teamNum},
{'connectionType':this.connectionType},
{'ip':this.ip},
{'gateWay':this.gateWay},