Adds Server Observations to the startup screen
This commit is contained in:
parent
57a766380a
commit
9b23f46bff
5 changed files with 6 additions and 7 deletions
|
|
@ -11,9 +11,6 @@ const PAGE_DURATION_MS = 7000;
|
|||
class ServerObservations extends WeatherDisplay {
|
||||
constructor(navId, elemId) {
|
||||
super(navId, elemId, 'Server Observations', true);
|
||||
|
||||
// Don't show on progress screen
|
||||
this.showOnProgress = false;
|
||||
this.timing.baseDelay = PAGE_DURATION_MS;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue