aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 1ec66bc..4f4108a 100644
--- a/main.c
+++ b/main.c
@@ -274,7 +274,7 @@ int main(void) {
if (last_timeout) {
break;
} else {
- SEND(STRING(":1HC PING 1HC 100\n")); // TODO: Fix this as well
+ SEND(STRING(":1HC PING 1HC 101\n")); // TODO: Fix this as well
last_timeout = 1;
}
}