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

View File

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