mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
add constant for developer data type
This commit is contained in:
parent
a06dbbebfd
commit
ff135fe0b4
1 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue