@meshtastic/meshtasticjs
Advanced tools
Comparing version 0.6.91 to 0.6.92
@@ -306,2 +306,5 @@ import { SubEvent } from "sub-events"; | ||
break; | ||
case "bluetooth": | ||
configType = Protobuf.AdminMessage_ConfigType.BLUETOOTH_CONFIG; | ||
break; | ||
} | ||
@@ -791,3 +794,3 @@ const setRadio = AdminMessage.toBinary(AdminMessage.create({ | ||
default: | ||
this.log(Types.EmitterScope.iMeshDevice, Types.Emitter.handleMeshPacket, `Received unhandled AdminMessage, type ${adminMessage.variant.oneofKind}`, LogRecord_Level.DEBUG, dataPacket.payload); | ||
this.log(Types.EmitterScope.iMeshDevice, Types.Emitter.handleMeshPacket, `Received unhandled AdminMessage, type ${adminMessage.variant.oneofKind ?? "undefined"}`, LogRecord_Level.DEBUG, dataPacket.payload); | ||
} | ||
@@ -794,0 +797,0 @@ break; |
{ | ||
"name": "@meshtastic/meshtasticjs", | ||
"version": "0.6.91", | ||
"version": "0.6.92", | ||
"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
519559
10712