Set refresh interval to 3 minutes (180000ms)
This commit is contained in:
parent
16edb47b1d
commit
ebddf13f26
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ const char* getIndexFriendlyName(const char* ticker) {
|
|||
}
|
||||
|
||||
unsigned long lastRefresh = 0;
|
||||
const unsigned long REFRESH_INTERVAL = 300000;
|
||||
const unsigned long REFRESH_INTERVAL = 180000;
|
||||
|
||||
enum ScreenState {
|
||||
SCREEN_DASHBOARD,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue