From b8f89056d9392b0614a6fdf80d0eab15a089ad94 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 28 Apr 2023 13:26:27 +0300 Subject: [PATCH] Remove redundant framework data --- platform.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/platform.json b/platform.json index fece54f..0f126a2 100644 --- a/platform.json +++ b/platform.json @@ -26,10 +26,7 @@ }, "espidf": { "package": "framework-espidf", - "script": "builder/frameworks/espidf.py", - "description": "ESP-IDF is the official development framework for the ESP32 and ESP32-S Series SoCs.", - "homepage": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/", - "title": "Espressif IoT Development Framework" + "script": "builder/frameworks/espidf.py" } }, "packages": {