From d3fba38214ffc204fb02afdc74657b95c2722bfe Mon Sep 17 00:00:00 2001 From: Private Island Networks Date: Wed, 22 Apr 2026 12:00:41 -0400 Subject: mle: fix up various issues with formatting and messages so messages appear in the ML tab --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants.py') diff --git a/constants.py b/constants.py index a277507..50fdaaa 100755 --- a/constants.py +++ b/constants.py @@ -66,7 +66,7 @@ PORT_PC = 10 PORT_UNDEFINED = -1 -MSG_FORMAT_BASIC = 0 +MSG_FORMAT_INFO = 0 MSG_FORMAT_CONTROLLER = 1 MSG_FORMAT_MLE = 2 -- cgit v1.2.3-8-gadcc