From 08ef4bfb5e09936ddb210c5721a29a150544306c Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Tue, 4 Aug 2020 14:15:28 +0300 Subject: [PATCH] Add keywords field to platform manifest --- platform.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platform.json b/platform.json index a0726e9..9a67d87 100644 --- a/platform.json +++ b/platform.json @@ -4,6 +4,13 @@ "description": "Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.", "homepage": "https://espressif.com/", "license": "Apache-2.0", + "keywords": [ + "dev-platform", + "Wi-Fi", + "Bluetooth", + "Xtensa", + "LX6" + ], "engines": { "platformio": "<5" },