1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
214 B

4 years ago
// 1 = show link to QRZ.com, 0 = off
var qrz = 1;
4 years ago
// 1 = enable debug in javascript-console, 0 = 0ff
var debug = 1;
4 years ago
// Set messagecounters for different badge-colors
var warnlevel = 200;
var emergencylevel = 500;