Merge pull request #1440 from ivankravets/patch-1
Declare header files for PlatformIO
This commit is contained in:
commit
f60425d52b
|
|
@ -17,5 +17,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"frameworks": "arduino",
|
"frameworks": "arduino",
|
||||||
"platforms": "rp2040, espressif8266, espressif32, ststm32"
|
"platforms": "rp2040, espressif8266, espressif32, ststm32",
|
||||||
|
"headers": "TFT_eSPI.h"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue