From 90f85ca5185a53fe00a699575f0f9b11252aafa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Fri, 24 Jan 2025 18:08:50 +0800 Subject: [PATCH] update Kirdy default port --- sndlock.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sndlock.cpp b/sndlock.cpp index 95606f6..3be9baa 100644 --- a/sndlock.cpp +++ b/sndlock.cpp @@ -249,8 +249,8 @@ static void dsp_thread() } static const char *kirdies[SND_PCHAN][2] = { - {"192.168.1.128", "1337"}, - {"192.168.1.126", "1337"}, + {"192.168.1.128", "1550"}, + {"192.168.1.126", "1550"}, }; static std::atomic servo_enable[SND_PCHAN];