Add some extra tests

This commit is contained in:
Christopher Cookman 2026-07-30 10:14:19 -06:00
parent 51f16320c9
commit a9ad7ff965

View file

@ -135,7 +135,9 @@ conn.on("message", (data) => {
console.log("LFM filter accepted by server.");
// TEST
// conn.send(JSON.stringify(["CAL","616","p"]))
// conn.send(JSON.stringify(["CAL","653"]))
// conn.send(JSON.stringify(["CAL","655"]))
// conn.send(JSON.stringify(["CAL","634"]))
} else {
console.error("LFM filter rejected by server:", parsed[1]);
process.exit(1);