Small initialisation fix.
This commit is contained in:
@@ -134,7 +134,7 @@ void AnycubicTouchscreenClass::Setup()
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
currentTouchscreenSelection[0] = '\0';
|
currentTouchscreenSelection[0] = 0;
|
||||||
currentFileOrDirectory[0] = '\0';
|
currentFileOrDirectory[0] = '\0';
|
||||||
SpecialMenu = false;
|
SpecialMenu = false;
|
||||||
MMLMenu = false;
|
MMLMenu = false;
|
||||||
|
Reference in New Issue
Block a user