mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
9 lines
128 B
C
9 lines
128 B
C
#pragma once
|
|
|
|
#include <Arduino.h>
|
|
#include <Mesh.h>
|
|
|
|
struct ChannelDetails {
|
|
mesh::GroupChannel channel;
|
|
char name[32];
|
|
};
|