mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* missing param
This commit is contained in:
parent
04d85c687f
commit
38b9834261
1 changed files with 1 additions and 1 deletions
|
|
@ -631,7 +631,7 @@ int BaseChatMesh::findChannelIdx(const mesh::GroupChannel& ch) {
|
|||
return -1; // not found
|
||||
}
|
||||
#else
|
||||
ChannelDetails* BaseChatMesh::addChannel(const char* psk_base64) {
|
||||
ChannelDetails* BaseChatMesh::addChannel(const char* name, const char* psk_base64) {
|
||||
return NULL; // not supported
|
||||
}
|
||||
bool BaseChatMesh::getChannel(int idx, ChannelDetails& dest) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue