Selaa lähdekoodia

chore: update changes

Jianbo He 1 vuosi sitten
vanhempi
commit
80db0ccebf

+ 1 - 1
apps/emqx_gateway_jt808/src/emqx_jt808_channel.erl

@@ -411,7 +411,7 @@ msgs2frame(Messages, Channel) ->
                         Channel
                     ),
                     false;
-                {error, Reason} ->
+                {error, _Reason} ->
                     tp(
                         error,
                         invalid_dl_message,

+ 1 - 0
changes/ee/fix-14445.en.md

@@ -0,0 +1 @@
+Fixed the JT/T 808 client issue where the connection was disconnected due to receiving an incorrect downstream control message.