7 lines
227 B
JavaScript
7 lines
227 B
JavaScript
// 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;
|