mirror of https://github.com/arendst/Tasmota.git
Remove SPI3_HOST that does not exist on esp32c3
This commit is contained in:
parent
22102000ef
commit
0e278fe13b
|
@ -50,5 +50,5 @@
|
|||
//alias for different chips, deprecated for the chips after esp32s2
|
||||
#define SPI_HOST SPI1_HOST
|
||||
#define HSPI_HOST SPI2_HOST
|
||||
#define VSPI_HOST SPI3_HOST
|
||||
#endif
|
||||
#define VSPI_HOST SPI2_HOST /* No SPI3_host on C3 */
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue