Update main.go
This commit is contained in:
parent
6bb76d73a1
commit
b680af776e
4
main.go
4
main.go
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user