Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ahmels <eike.ahmels@tu-dortmund.de>2022-05-13 12:39:09 +0300
committerEike Ahmels <eike.ahmels@tu-dortmund.de>2022-08-31 09:44:35 +0300
commit4b47dab653df1bcdaecd86041c9157c58cf60362 (patch)
tree5da709bf92d7bee7efa4e8229f5e348759aa3815 /package.json
parentea02d9a7a80551fc64328abdb37332301a55c30b (diff)
scanning for elrs network devices with crsf msp frame capability
only setup port and connect if its valid and ready change mdsn detection and made remove ports working for tcp ports used the bonjour package and made it event based removed unused constant chore: code quality fix self reference for mdns handler functions adding port removal on not reachable fix tcpcheck for resolved addresses fixing mdns and polling fixed mdns browser init (thanks to CapnBry), events not getting registered before the discovery starts tcp polling was to fast and now doesnt check if the gui is connected to reduce ESP stress. chore: remove commented code added mdns requery interval added andoird zeroconf for mdns discovery fixed mobile detection and fixed squash/merge errors fixing yarn install error and code smells fixes cordova connect
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 95145cfa..4def1faf 100644
--- a/package.json
+++ b/package.json
@@ -54,6 +54,7 @@
"@fortawesome/fontawesome-free": "^5.13.0",
"@panter/vue-i18next": "^0.15.2",
"bluebird": "^3.7.2",
+ "bonjour": "^3.5.0",
"djv": "^2.1.4",
"dompurify": "^2.3.6",
"i18next": "^19.0.0",
@@ -66,6 +67,7 @@
"jquery-ui-npm": "^1.12.0",
"lru_map": "^0.3.3",
"marked": "^4.0.17",
+ "multicast-dns": "^7.2.4",
"multiple-select": "^1.5.2",
"nw-vue-devtools-prebuilt": "^0.0.10",
"object-hash": "^3.0.0",
@@ -75,7 +77,7 @@
"switchery-latest": "^0.8.2",
"three": "~0.97.0",
"universal-ga": "^1.2.0",
- "vue": "2.6.12"
+ "vue": "^2.6.14"
},
"devDependencies": {
"@babel/core": "^7.18.5",
@@ -139,7 +141,7 @@
"through2": "^4.0.2",
"vinyl-source-stream": "^2.0.0",
"vue-loader": "^15.9.8",
- "vue-template-compiler": "^2.6.12",
+ "vue-template-compiler": "^2.6.14",
"yarn": "^1.22.17"
},
"optionalDependencies": {