Skip to content

Commit 26417c3

Browse files
add pygamer to esp32 passthru code
1 parent 22c2b17 commit 26417c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)