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.
1 parent f30c3d1 commit ad2fd4fCopy full SHA for ad2fd4f
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