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

Este cometimento está contido em:
Scott Powell
2025-02-03 13:56:57 +11:00
ascendente 7b31fc8ef9
cometimento 466caebd9a
5 ficheiros modificados com 116 adições e 20 eliminações
+2
Ver ficheiro
@@ -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);
};
}