Trim spaces at the end of RT when transmitter is not using 0x0d as end command

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-05-21 13:06:43 +02:00
parent 19aa516890
commit 5e1c2af819
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -718,6 +718,7 @@ class TEF6686 {
void RDScharConverter(const char* input, wchar_t* output, size_t size, bool under);
String convertToUTF8(const wchar_t* input);
String extractUTF8Substring(const String& utf8String, size_t start, size_t length, bool under);
String trimTrailingSpaces(String str);
char ps_buffer[9];
char ps_buffer2[9];
char ptyn_buffer[9];