From ff135fe0b4cb0536601ae5fda5e5d860b1781b63 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 24 Mar 2026 00:14:38 +1300 Subject: [PATCH] add constant for developer data type --- src/constants.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/constants.js b/src/constants.js index b30e1ac..c4c4236 100644 --- a/src/constants.js +++ b/src/constants.js @@ -13,6 +13,10 @@ class Constants { CharacteristicUuidTx: "6E400003-B5A3-F393-E0A9-E50E24DCCA9E", } + static DataTypes = { + Dev: 0xFFFF, // developer namespace for experimenting with group/channel datagrams and building apps + } + static CommandCodes = { AppStart: 1, SendTxtMsg: 2,