Update main.go

This commit is contained in:
Gregory Salaun 2024-09-15 17:42:28 +07:00
parent 6bb76d73a1
commit b680af776e

View File

@ -151,8 +151,8 @@ func sendTelnetMessage(conn net.Conn, message string) {
func sendFilters(conn net.Conn) {
go sendTelnetMessage(conn, "set/ft8")
time.Sleep(1 * time.Second)
go sendTelnetMessage(conn, "SET/FILTER DOC/PASS 3W")
time.Sleep(1 * time.Second)
//go sendTelnetMessage(conn, "SET/FILTER DOC/PASS 3W")
//time.Sleep(1 * time.Second)
go sendTelnetMessage(conn, "set/skimmer")
time.Sleep(1 * time.Second)
go sendTelnetMessage(conn, "set/ft4")