We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce81537 commit 95796d2Copy full SHA for 95796d2
src/ConfigMidi.h
@@ -16,10 +16,10 @@
16
# define TCP_ACTIVE true
17
#elif defined(ESP8266)
18
# define MIDI_BLE_ACTIVE false
19
-# define APPLE_MIDI_ACTIVE true
+# define APPLE_MIDI_ACTIVE false
20
# define MDNS_ACTIVE false
21
-# define UDP_ACTIVE true
22
-# define TCP_ACTIVE true
+# define UDP_ACTIVE false
+# define TCP_ACTIVE false
23
#elif defined(ARDUINO_ARCH_MBED)
24
# define APPLE_MIDI_ACTIVE true
25
src/apple-midi/applemidi.c
@@ -29,7 +29,7 @@
29
*
30
* =============================================================================
31
*/
32
-#if TCP_ACTIVE
+#if TCP_ACTIVE && APPLE_MIDI_ACTIVE
33
34
#include "applemidi.h"
35
0 commit comments