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

@@ -58,8 +58,8 @@ extern byte rdsblockold;
extern byte rdsqualityold;
extern byte showrdserrors;
extern byte stationlistid;
extern byte programTypePrevious;
extern char eonpicodeold[20][6];
extern char programTypePrevious[18];
extern int ActiveColor;
extern int ActiveColorSmooth;
extern int BackgroundColor;