Declare header files for PlatformIO

This commit is contained in:
Ivan Kravets 2021-11-19 12:18:36 +02:00 committed by GitHub
parent a2822e6d99
commit d73057a39c
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"
} }