docs: fix typos, grammar, and formatting in FAQ and code comments

This commit is contained in:
Sefinek
2026-06-02 22:12:18 +02:00
parent 82560ede55
commit cc05ae555a
10 changed files with 208 additions and 209 deletions
+1 -1
View File
@@ -1112,7 +1112,7 @@ void MyMesh::handleCmdFrame(size_t len) {
} else {
writeErrFrame(recipient == NULL
? ERR_CODE_NOT_FOUND
: ERR_CODE_UNSUPPORTED_CMD); // unknown recipient, or unsuported TXT_TYPE_*
: ERR_CODE_UNSUPPORTED_CMD); // unknown recipient, or unsupported TXT_TYPE_*
}
} else if (cmd_frame[0] == CMD_SEND_CHANNEL_TXT_MSG) { // send GroupChannel text msg
int i = 1;