feat: add progress bar updates for vendor and filament creation processes

This commit is contained in:
2025-08-29 17:30:04 +02:00
parent ac91e71c14
commit bd8f4606c6
2 changed files with 11 additions and 1 deletions

View File

@@ -235,7 +235,7 @@ void oledShowIcon(const char* icon) {
display.display();
}
void oledShowProgressBar(const uint8_t step, const uint8_t numSteps, const char* largeText, const char* statusMessage){
void oledShowProgressBar(const uint8_t step, const uint8_t numSteps, const char* largeText, const char* statusMessage) {
assert(step <= numSteps);
// clear data and bar area