This commit is contained in:
2026-01-31 18:47:10 +01:00
parent ee97b8faab
commit f27efaadd1
9 changed files with 163 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// Configuration
const BASEURL = "https://mysite.com";
const TOKEN = "";
const LOW_RES_PROJECTOR = true; // Downloads thumb instead of full size image. For 480p projectors over GSM connections.
const UPDATE_EVERY_SECONDS = 5;