Merge commit 'refs/pull/379/head' of https://github.com/zjs81/meshcore-open into test-regions

This commit is contained in:
HDDen
2026-05-31 00:06:16 +03:00
33 changed files with 1710 additions and 47 deletions
+4
View File
@@ -27,6 +27,10 @@ class Channel {
bool get isPublicChannel => pskHex == publicChannelPsk;
bool get isHashtagChannel => name.startsWith('#');
bool get isPrivateChannel => !isPublicChannel && !isHashtagChannel;
static Channel? fromFrame(Uint8List frame) {
// CHANNEL_INFO format:
// [0] = RESP_CODE_CHANNEL_INFO (18)