Update for new tcp sh message system

This commit is contained in:
Carl Philipp Klemm 2026-03-29 22:45:11 +02:00
parent 11b648c3ba
commit 127f1b56a3
2 changed files with 7 additions and 11 deletions

View file

@ -29,7 +29,7 @@ struct Config
std::string sink_name;
bool use_active = false;
std::string host = "localhost";
unsigned short port = 6856;
unsigned short port = 38940;
uint8_t id = 0;
unsigned int timeout = 60;
};