mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-30 00:38:13 +00:00
10 lines
128 B
C
10 lines
128 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <Arduino.h>
|
||
|
|
#include <Mesh.h>
|
||
|
|
|
||
|
|
struct ChannelDetails {
|
||
|
|
mesh::GroupChannel channel;
|
||
|
|
char name[32];
|
||
|
|
};
|