add pygamer to esp32 passthru code
This commit is contained in:
parent
22c2b17849
commit
26417c3502
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ unsigned long baud = 115200;
|
|||
defined(ADAFRUIT_ITSYBITSY_M0) || \
|
||||
defined(ADAFRUIT_ITSYBITSY_M4_EXPRESS) || \
|
||||
defined(ARDUINO_AVR_ITSYBITSY32U4_3V) || \
|
||||
defined(ARDUINO_NRF52_ITSYBITSY)
|
||||
defined(ARDUINO_NRF52_ITSYBITSY) || \
|
||||
defined(ARDUINO_PYGAMER_M4_EXPRESS)
|
||||
// Configure the pins used for the ESP32 connection
|
||||
#define SerialESP32 Serial1
|
||||
#define SPIWIFI SPI // The SPI port
|
||||
|
|
|
|||
Loading…
Reference in a new issue