mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 01:48:50 +02:00
limit the progressBar update rate to 5 per second. This speeds up loading of small bin files.
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
class ProgressBar {
|
||||
public:
|
||||
ProgressBar(std::string mess, int maxValue, int progressLen);
|
||||
void display(int value);
|
||||
void display(int value, char force = 0);
|
||||
void done();
|
||||
void fail();
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user