We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc23987 commit 1282587Copy full SHA for 1282587
1 file changed
lib/bacnet/stack/transport/mstp_transport.ex
@@ -12,7 +12,7 @@ if Code.ensure_loaded?(Circuits.UART) do
12
Proprietary frames are sent to the defined `callback` as:
13
14
```elixir
15
- {:proprietary, type :: 127..255, destination :: destination_address(), data :: iodata()}
+ {:proprietary, type :: 128..255, destination :: destination_address(), data :: iodata()}
16
```
17
As defined by `t:BACnet.Stack.TransportBehaviour.transport_cb_frame/0`.
18
0 commit comments