@meshtastic/meshtasticjs
Advanced tools
Comparing version 0.6.99 to 0.6.100
@@ -652,3 +652,3 @@ import { SubEvent } from "sub-events"; | ||
} | ||
this.log(Types.EmitterScope.iMeshDevice, Types.Emitter.handleFromRadio, `⚙️ Valid config id reveived from device: ${this.configId} but received ${decodedMessage.payloadVariant.configCompleteId}`, LogRecord_Level.INFO); | ||
this.log(Types.EmitterScope.iMeshDevice, Types.Emitter.handleFromRadio, `⚙️ Valid config id reveived from device: ${this.configId}`, LogRecord_Level.INFO); | ||
await this.getAllChannels(async () => { | ||
@@ -655,0 +655,0 @@ await Promise.resolve(); |
@@ -44,3 +44,2 @@ import { Types } from "./index.js"; | ||
if (done) { | ||
console.log("done"); | ||
this.reader.releaseLock(); | ||
@@ -145,3 +144,3 @@ break; | ||
} | ||
else if (byteBuffer.length === 1) { | ||
else { | ||
/** | ||
@@ -148,0 +147,0 @@ * Message not complete, only 1 byte in buffer |
{ | ||
"name": "@meshtastic/meshtasticjs", | ||
"version": "0.6.99", | ||
"version": "0.6.100", | ||
"description": "Browser library for interfacing with meshtastic devices", | ||
@@ -43,3 +43,3 @@ "license": "GPL-3.0-only", | ||
"node-protoc": "^1.0.3", | ||
"typedoc": "^0.23.14", | ||
"typedoc": "^0.23.15", | ||
"typescript": "^4.8.3" | ||
@@ -46,0 +46,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
522751
10677