From e16de9c46ee393dfcc5018ed5b8b9a366fd3b820 Mon Sep 17 00:00:00 2001 From: echicken <echicken@bbs.electronicchicken.com> Date: Tue, 30 Apr 2024 05:43:33 +0000 Subject: [PATCH] Bump @sota/meshtastic --- build/synctastic.js | 2 +- package-lock.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/synctastic.js b/build/synctastic.js index 77698fe..7a5e6af 100644 --- a/build/synctastic.js +++ b/build/synctastic.js @@ -19027,7 +19027,7 @@ _this.purgeEvent = js.setInterval(_this.purgeHandlers, _this.timeoutMs, _this); _this.heartbeatInterval = heartbeatInterval * 1e3; _this.heartbeatEvent = -1; - _this.lastWrite = Date.now(); + _this.lastWrite = -Infinity; _this.initTime = Date.now(); _this.initTimeout = _CONNECT_TIMEOUT * 1e3; _this.queue = []; diff --git a/package-lock.json b/package-lock.json index 32169e5..c53ca33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2234,7 +2234,7 @@ }, "node_modules/@sota/meshtastic": { "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", "dependencies": { "@buf/meshtastic_protobufs.bufbuild_es": "^1.8.0-20240411120154-019267fa4cc6.2", @@ -5237,7 +5237,7 @@ "optional": true }, "@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", "requires": { "@buf/meshtastic_protobufs.bufbuild_es": "^1.8.0-20240411120154-019267fa4cc6.2", -- GitLab