@@ -202,7 +202,7 @@ The *callback* will not be invoked when/if the `ack` message is received, but th
You'll see several types such as `FromRadio`, `MeshPacket`, `AdminMessage` and more mentioned throughout this document. These all come from the [Meshtastic Protobuf Definitions](https://buf.build/meshtastic/protobufs) via a [Generated SDK](https://buf.build/meshtastic/protobufs/sdks/main) from the [Buf Schema Registry](https://buf.build/explore).
These protocol buffer type definitions are re-exported by this packate as `protobuf`. See [src/index.ts](src/index.ts) and [src/lib/protobuf.ts](src/lib/protobuf.ts).
These protocol buffer type definitions are re-exported by this package as `protobuf`. See [src/index.ts](src/index.ts) and [src/lib/protobuf.ts](src/lib/protobuf.ts).
(Of course, none of this matters at all if your project is written in circa-2011 JS.)
@@ -174,7 +174,7 @@ The *callback* will not be invoked when/if the `ack` message is received, but th
You'll see several types such as `FromRadio`, `MeshPacket`, `AdminMessage` and more mentioned throughout this document. These all come from the [Meshtastic Protobuf Definitions](https://buf.build/meshtastic/protobufs) via a [Generated SDK](https://buf.build/meshtastic/protobufs/sdks/main) from the [Buf Schema Registry](https://buf.build/explore).
These protocol buffer type definitions are re-exported by this packate as `protobuf`. See [src/index.ts](src/index.ts) and [src/lib/protobuf.ts](src/lib/protobuf.ts).
These protocol buffer type definitions are re-exported by this package as `protobuf`. See [src/index.ts](src/index.ts) and [src/lib/protobuf.ts](src/lib/protobuf.ts).
(Of course, none of this matters at all if your project is written in circa-2011 JS.)