From 5efbb617ea9aebe3c5b5695c42847758050b19f9 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 7 Jul 2022 15:00:46 +0300 Subject: [PATCH] Fix dev-platform name for raspberrypi --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 2323898..7c6df45 100644 --- a/library.json +++ b/library.json @@ -17,6 +17,6 @@ } ], "frameworks": "arduino", - "platforms": "rp2040, espressif8266, espressif32, ststm32", + "platforms": "raspberrypi, espressif8266, espressif32, ststm32", "headers": "TFT_eSPI.h" }