Add SPI.h include to platformio build flags for ESPHome configuration
This commit is contained in:
@@ -5,6 +5,9 @@ substitutions:
|
|||||||
esphome:
|
esphome:
|
||||||
name: ${name}
|
name: ${name}
|
||||||
friendly_name: ${friendly_name}
|
friendly_name: ${friendly_name}
|
||||||
|
platformio_options:
|
||||||
|
build_flags:
|
||||||
|
- "-include SPI.h"
|
||||||
on_boot:
|
on_boot:
|
||||||
- priority: 100
|
- priority: 100
|
||||||
then:
|
then:
|
||||||
|
|||||||
Reference in New Issue
Block a user