summaryrefslogtreecommitdiffhomepage
path: root/static/js/base.js
diff options
context:
space:
mode:
authorPrivate Island Networks <opensource@privateisland.tech>2026-04-22 12:00:41 -0400
committerPrivate Island Networks <opensource@privateisland.tech>2026-04-22 12:00:41 -0400
commitd3fba38214ffc204fb02afdc74657b95c2722bfe (patch)
tree0c1022b80421a63a60559494e520ad6d68a3000f /static/js/base.js
parent926e5b9cb55045ddb5298937d29eb5e739bdf168 (diff)
mle: fix up various issues with formatting and messages so messages appear in the ML tabHEADmain
Diffstat (limited to 'static/js/base.js')
-rw-r--r--static/js/base.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/base.js b/static/js/base.js
index 2920c25..f3d74d2 100644
--- a/static/js/base.js
+++ b/static/js/base.js
@@ -38,7 +38,7 @@ const PORT_PHY1 = 1;
const PORT_PHY2 = 2;
const PORT_PC = 10;
-const MSG_FORMAT_BASIC = 0;
+const MSG_FORMAT_INFO = 0;
const MSG_FORMAT_CONTROLLER = 1;
const MSG_FORMAT_MLE = 2;

Highly Recommended Verilog Books