Added the G29 base mount for the display and the tacho BAR

This commit is contained in:
2025-05-20 23:15:26 +01:00
parent a45f1b29cf
commit 106fdbb4dd
8 changed files with 153 additions and 4 deletions
+1 -2
View File
@@ -43,7 +43,6 @@ void UIString::Update(const char *v) {
sprintf(oldVal, "%s", this->value);
// Figure out the x0 and y0 for the text
replaceString(oldVal, newVal); // <- It crashes here somewhere
//
replaceString(oldVal, newVal);
strncpy(this->value, v, this->bufferSize);
}