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 22c2b17 commit 26417c3Copy full SHA for 26417c3
Adafruit_ESP32_Arduino_Demos/SerialESPPassthrough/SerialESPPassthrough.ino
@@ -33,7 +33,8 @@ unsigned long baud = 115200;
33
defined(ADAFRUIT_ITSYBITSY_M0) || \
34
defined(ADAFRUIT_ITSYBITSY_M4_EXPRESS) || \
35
defined(ARDUINO_AVR_ITSYBITSY32U4_3V) || \
36
- defined(ARDUINO_NRF52_ITSYBITSY)
+ defined(ARDUINO_NRF52_ITSYBITSY) || \
37
+ defined(ARDUINO_PYGAMER_M4_EXPRESS)
38
// Configure the pins used for the ESP32 connection
39
#define SerialESP32 Serial1
40
#define SPIWIFI SPI // The SPI port
0 commit comments