Fix dev-platform name for raspberrypi

This commit is contained in:
Ivan Kravets 2022-07-07 15:00:46 +03:00 committed by GitHub
parent 23df2a9628
commit 5efbb617ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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