@meshtastic/meshtasticjs
Advanced tools
Comparing version 0.6.49 to 0.6.50
@@ -46,7 +46,4 @@ import { Types } from "./index.js"; | ||
catch (error) { | ||
this.log(Types.EmitterScope.iSerialConnection, Types.Emitter.readFromRadio, `Device errored or disconnected: ${error}`, LogRecord_Level.CRITICAL); | ||
this.log(Types.EmitterScope.iSerialConnection, Types.Emitter.readFromRadio, `Device errored or disconnected: ${error}`, LogRecord_Level.INFO); | ||
await this.disconnect(); | ||
/** | ||
* @todo, Handle non-fatal read error. | ||
*/ | ||
} | ||
@@ -53,0 +50,0 @@ } |
{ | ||
"name": "@meshtastic/meshtasticjs", | ||
"version": "0.6.49", | ||
"version": "0.6.50", | ||
"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
448674
9288