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
commit f60425d52b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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