Skip to content

Commit b8f2c9a

Browse files
committed
chore: Disable SoftSerial test on ESP32
1 parent 8afa6ef commit b8f2c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/AltPinSerial/AltPinSerial.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Here, when receiving any message on channel 4, the Arduino
66
// will blink a led and play back a note for 1 second.
77

8-
#if defined(ARDUINO_SAM_DUE) || defined(SAMD_SERIES) || defined(_VARIANT_ARDUINO_ZERO_) || defined(ARDUINO_ARDUINO_NANO33BLE)
8+
#if defined(ARDUINO_SAM_DUE) || defined(SAMD_SERIES) || defined(_VARIANT_ARDUINO_ZERO_) || defined(ARDUINO_ARDUINO_NANO33BLE) || defined(ESP32)
99
/* example not relevant for this hardware (SoftwareSerial not supported) */
1010
MIDI_CREATE_DEFAULT_INSTANCE();
1111
#else

0 commit comments

Comments
 (0)