File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,15 @@ Appdata
4141
4242Appdata Flags
4343
44- | Value | Name | Description |
45- | --------| -----------| ---------------------------------------|
46- | ` 0x10 ` | location | appdata contains lat/long information |
47- | ` 0x20 ` | feature 1 | Reserved for future use. |
48- | ` 0x40 ` | feature 2 | Reserved for future use. |
49- | ` 0x80 ` | name | appdata contains a node name |
44+ | Value | Name | Description |
45+ | --------| ----------------| ---------------------------------------|
46+ | ` 0x01 ` | is chat node | advert is for a chat node |
47+ | ` 0x02 ` | is repeater | advert is for a repeater |
48+ | ` 0x03 ` | is room server | advert is for a room server |
49+ | ` 0x10 ` | has location | appdata contains lat/long information |
50+ | ` 0x20 ` | has feature 1 | Reserved for future use. |
51+ | ` 0x40 ` | has feature 2 | Reserved for future use. |
52+ | ` 0x80 ` | has name | appdata contains a node name |
5053
5154# Acknowledgement
5255
You can’t perform that action at this time.
0 commit comments