update Kirdy default port

This commit is contained in:
Sébastien Bourdeauducq 2025-01-24 18:08:50 +08:00
parent 8eefeb58b2
commit 90f85ca518

View File

@ -249,8 +249,8 @@ static void dsp_thread()
} }
static const char *kirdies[SND_PCHAN][2] = { static const char *kirdies[SND_PCHAN][2] = {
{"192.168.1.128", "1337"}, {"192.168.1.128", "1550"},
{"192.168.1.126", "1337"}, {"192.168.1.126", "1550"},
}; };
static std::atomic<bool> servo_enable[SND_PCHAN]; static std::atomic<bool> servo_enable[SND_PCHAN];