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

This commit is contained in:
Tobias Frost 2019-03-08 01:00:38 +01:00 committed by Scott Lahteine
parent 645ca7af7a
commit afbec5ff7e

View file

@ -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() {