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.
2 parents f30c3d1 + ad2fd4f commit 95782e0Copy full SHA for 95782e0
utility/SerialFirmata.h
@@ -26,7 +26,7 @@
26
// SoftwareSerial is currently only supported for AVR-based boards and the Arduino 101.
27
// Limited to Arduino 1.6.6 or higher because Arduino builder cannot find SoftwareSerial
28
// prior to this release.
29
-#if (ARDUINO > 10605) && (defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_ARCH_ARC32))
+#if (ARDUINO > 10605) && (defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_ARCH_ARC32) || defined(ESP8266))
30
#include <SoftwareSerial.h>
31
#endif
32
0 commit comments