why did it use a static string to signal pty change?

This commit is contained in:
2026-01-05 21:27:57 +01:00
parent 8d76a0054f
commit 7408bd9eac
10 changed files with 67 additions and 101 deletions

View File

@@ -205,9 +205,9 @@ byte tot;
byte tunemode;
byte unit;
byte spispeed;
byte programTypePrevious;
char buff[16];
char eonpicodeold[20][6];
char programTypePrevious[18];
const uint8_t* currentFont = nullptr;
float vPerold;
int ActiveColor;