Merge pull request #1440 from ivankravets/patch-1

Declare header files for PlatformIO
This commit is contained in:
Bodmer
2021-11-21 12:25:43 +00:00
committed by GitHub

View File

@@ -17,5 +17,6 @@
}
],
"frameworks": "arduino",
"platforms": "rp2040, espressif8266, espressif32, ststm32"
"platforms": "rp2040, espressif8266, espressif32, ststm32",
"headers": "TFT_eSPI.h"
}