We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afa6ef commit b8f2c9aCopy full SHA for b8f2c9a
examples/AltPinSerial/AltPinSerial.ino
@@ -5,7 +5,7 @@
5
// Here, when receiving any message on channel 4, the Arduino
6
// will blink a led and play back a note for 1 second.
7
8
-#if defined(ARDUINO_SAM_DUE) || defined(SAMD_SERIES) || defined(_VARIANT_ARDUINO_ZERO_) || defined(ARDUINO_ARDUINO_NANO33BLE)
+#if defined(ARDUINO_SAM_DUE) || defined(SAMD_SERIES) || defined(_VARIANT_ARDUINO_ZERO_) || defined(ARDUINO_ARDUINO_NANO33BLE) || defined(ESP32)
9
/* example not relevant for this hardware (SoftwareSerial not supported) */
10
MIDI_CREATE_DEFAULT_INSTANCE();
11
#else
0 commit comments