firmware_deploy #3

Merged
andre.fiedler merged 37 commits from firmware_deploy into master 2026-03-13 10:06:00 +00:00
28 changed files with 3181 additions and 1849 deletions
Showing only changes of commit d2273c5fea - Show all commits

View File

@@ -232,12 +232,14 @@ void moveOneStep()
{
while (g_pStepperPen->isRunning() || g_pStepperRotate->isRunning())
;
Log("moveOneStep done");
}
void moveToDestination()
{
while (g_pStepperPen->isRunning() || g_pStepperRotate->isRunning())
;
Log("moveToDestination done");
}
void setprgButtonState()