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

@@ -136,7 +136,7 @@ extern byte tunemode;
extern byte unit;
extern byte spispeed;
extern char eonpicodeold[20][6];
extern char programTypePrevious[18];
extern byte programTypePrevious;
extern float batteryVold;
extern float vPerold;
extern int ActiveColor;