Fix debug and headless builds

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-23 16:00:56 +02:00
parent cf45ff62fc
commit 4edf85ab92
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 5 additions and 3 deletions

View file

@ -17,7 +17,7 @@
#pragma once
// #define CARDINAL_DEFAULT_REMOTE_URL "osc.udp://localhost:2228"
#define CARDINAL_DEFAULT_REMOTE_PORT "2228"
#define CARDINAL_DEFAULT_REMOTE_URL "osc.udp://192.168.51.1:2228"
// -----------------------------------------------------------------------------------------------------------