Commit cb71b92
authored
added definition of generic ESP32 to ARCH test (#294)
Some platforms do not define `ARDUINO_ARCH_ESP32` in favour of their own (see InkPlate's `ARCH_ARDUINO_INKPLATE).
This will cause compilation to fail for those devices.
Since every `ESP32` core defines `ESP32`, this has been added to the ARCH test in order to define `BOARD_ESP`1 parent 97a98cb commit cb71b92
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments