mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-10-09 20:30:55 +02:00
Initial Commit
This commit is contained in:
@@ -115,7 +115,9 @@ extern void serialEventRun(void) __attribute__((weak));
|
||||
#if !defined(NO_GLOBAL_INSTANCES) && !defined(NO_GLOBAL_SERIAL)
|
||||
extern HardwareSerial Serial;
|
||||
extern HardwareSerial Serial1;
|
||||
#if CONFIG_IDF_TARGET_ESP32
|
||||
extern HardwareSerial Serial2;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // HardwareSerial_h
|
||||
|
Reference in New Issue
Block a user