aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-15 11:17:22 -0400
committerTest_User <hax@andrewyu.org>2024-06-15 11:17:22 -0400
commitae2932c5a30b29aa1a0dab6249a5399476771554 (patch)
treee4628c4c9a8c9c21667a5329b5c88759f7135d31 /main.c
parent4eb48e8784cb746828c95c46d556e381772fb225 (diff)
downloadcoupserv-ae2932c5a30b29aa1a0dab6249a5399476771554.tar.gz
coupserv-ae2932c5a30b29aa1a0dab6249a5399476771554.zip
Actually fix PING now
Diffstat (limited to '')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index ec6afa4..e3ba683 100644
--- a/main.c
+++ b/main.c
@@ -266,7 +266,7 @@ int main(void) {
if (last_timeout) {
break;
} else {
- SEND(STRING(":1HC PING 100 1HC\n")); // TODO: Fix this as well
+ SEND(STRING(":1HC PING 1HC 100\n")); // TODO: Fix this as well
last_timeout = 1;
}
}