* missing param

Cette révision appartient à :
Scott Powell
2025-03-13 13:32:46 +11:00
Parent 04d85c687f
révision 38b9834261
+1 -1
Voir le fichier
@@ -631,7 +631,7 @@ int BaseChatMesh::findChannelIdx(const mesh::GroupChannel& ch) {
return -1; // not found return -1; // not found
} }
#else #else
ChannelDetails* BaseChatMesh::addChannel(const char* psk_base64) { ChannelDetails* BaseChatMesh::addChannel(const char* name, const char* psk_base64) {
return NULL; // not supported return NULL; // not supported
} }
bool BaseChatMesh::getChannel(int idx, ChannelDetails& dest) { bool BaseChatMesh::getChannel(int idx, ChannelDetails& dest) {