* Terminal Chat: "set ..." commands, save to "node_prefs" file, consistent with the other firmwares

This commit is contained in:
Scott Powell 2025-02-03 13:56:57 +11:00
parent 7b31fc8ef9
commit 466caebd9a
5 changed files with 116 additions and 20 deletions

View file

@ -80,6 +80,8 @@ public:
* \returns the number of parts parsed (in 'parts')
*/
static int parseTextParts(char* text, const char* parts[], int max_num, char separator=',');
static bool isHexChar(char c);
};
}