Skip to content
Snippets Groups Projects
Commit afbec5ff authored by Tobias Frost's avatar Tobias Frost Committed by Scott Lahteine
Browse files

Have ExtUI::getProgress use ui.get_progress (#13328)

parent 645ca7af
Branches
Tags
No related merge requests found
...@@ -569,7 +569,7 @@ namespace ExtUI { ...@@ -569,7 +569,7 @@ namespace ExtUI {
#endif #endif
uint8_t getProgress_percent() { uint8_t getProgress_percent() {
return IFSD(card.percentDone(), 0); return ui.get_progress();
} }
uint32_t getProgress_seconds_elapsed() { uint32_t getProgress_seconds_elapsed() {
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment