Test with 30 sec. interval

pull/1476/head
David Peer 2022-02-19 14:20:17 +01:00
parent d74103273e
commit 9d4de50606
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ const screenWidth = g.getWidth();
const screenHeight = g.getHeight();
const halfWidth = screenWidth / 2;
const scale = screenWidth / 240;
const REFRESH_RATE = 60E3;
const REFRESH_RATE = 30E3;
let interval = 0;
let showingDate = false;