From ae2932c5a30b29aa1a0dab6249a5399476771554 Mon Sep 17 00:00:00 2001 From: Test_User Date: Sat, 15 Jun 2024 11:17:22 -0400 Subject: Actually fix PING now --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') 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; } } -- cgit v1.2.3