@meshtastic/meshtasticjs
Advanced tools
Comparing version 0.9.5 to 0.9.6
@@ -147,3 +147,6 @@ import { Logger } from "tslog"; | ||
if (echoResponse) { | ||
this.handleMeshPacket(meshPacket); | ||
this.handleMeshPacket({ | ||
...meshPacket, | ||
rxTime: new Date().getTime() | ||
}); | ||
} | ||
@@ -150,0 +153,0 @@ return this.sendRaw({ id: meshPacket.id, toRadio }); |
{ | ||
"name": "@meshtastic/meshtasticjs", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "Browser library for interfacing with meshtastic devices", | ||
@@ -5,0 +5,0 @@ "license": "GPL-3.0-only", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
551591
11591