Skip to content

Commit 9171175

Browse files
authored
Merge pull request #2007 from nuwaveit/add-pygamer-esp32-passthru
add pygamer to esp32 passthru code
2 parents 22c2b17 + 26417c3 commit 9171175

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Adafruit_ESP32_Arduino_Demos/SerialESPPassthrough/SerialESPPassthrough.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ unsigned long baud = 115200;
3333
defined(ADAFRUIT_ITSYBITSY_M0) || \
3434
defined(ADAFRUIT_ITSYBITSY_M4_EXPRESS) || \
3535
defined(ARDUINO_AVR_ITSYBITSY32U4_3V) || \
36-
defined(ARDUINO_NRF52_ITSYBITSY)
36+
defined(ARDUINO_NRF52_ITSYBITSY) || \
37+
defined(ARDUINO_PYGAMER_M4_EXPRESS)
3738
// Configure the pins used for the ESP32 connection
3839
#define SerialESP32 Serial1
3940
#define SPIWIFI SPI // The SPI port

0 commit comments

Comments
 (0)