Skip to content
Snippets Groups Projects
Commit e16de9c4 authored by echicken's avatar echicken :chicken:
Browse files

Bump @sota/meshtastic

parent c70d2545
No related branches found
No related tags found
No related merge requests found
...@@ -19027,7 +19027,7 @@ ...@@ -19027,7 +19027,7 @@
_this.purgeEvent = js.setInterval(_this.purgeHandlers, _this.timeoutMs, _this); _this.purgeEvent = js.setInterval(_this.purgeHandlers, _this.timeoutMs, _this);
_this.heartbeatInterval = heartbeatInterval * 1e3; _this.heartbeatInterval = heartbeatInterval * 1e3;
_this.heartbeatEvent = -1; _this.heartbeatEvent = -1;
_this.lastWrite = Date.now(); _this.lastWrite = -Infinity;
_this.initTime = Date.now(); _this.initTime = Date.now();
_this.initTimeout = _CONNECT_TIMEOUT * 1e3; _this.initTimeout = _CONNECT_TIMEOUT * 1e3;
_this.queue = []; _this.queue = [];
......
...@@ -2234,7 +2234,7 @@ ...@@ -2234,7 +2234,7 @@
}, },
"node_modules/@sota/meshtastic": { "node_modules/@sota/meshtastic": {
"version": "1.0.0", "version": "1.0.0",
"resolved": "git+https://gitlab.synchro.net/sota/meshtastic.git#ea22e59993ffb39f92061db19d45b478f2919c60", "resolved": "git+https://gitlab.synchro.net/sota/meshtastic.git#2c9bb2815011d64f524f46bdcf2cad33c2dee170",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@buf/meshtastic_protobufs.bufbuild_es": "^1.8.0-20240411120154-019267fa4cc6.2", "@buf/meshtastic_protobufs.bufbuild_es": "^1.8.0-20240411120154-019267fa4cc6.2",
...@@ -5237,7 +5237,7 @@ ...@@ -5237,7 +5237,7 @@
"optional": true "optional": true
}, },
"@sota/meshtastic": { "@sota/meshtastic": {
"version": "git+https://gitlab.synchro.net/sota/meshtastic.git#ea22e59993ffb39f92061db19d45b478f2919c60", "version": "git+https://gitlab.synchro.net/sota/meshtastic.git#2c9bb2815011d64f524f46bdcf2cad33c2dee170",
"from": "@sota/meshtastic@git+https://gitlab.synchro.net/sota/meshtastic.git", "from": "@sota/meshtastic@git+https://gitlab.synchro.net/sota/meshtastic.git",
"requires": { "requires": {
"@buf/meshtastic_protobufs.bufbuild_es": "^1.8.0-20240411120154-019267fa4cc6.2", "@buf/meshtastic_protobufs.bufbuild_es": "^1.8.0-20240411120154-019267fa4cc6.2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment