Add keywords field to platform manifest

This commit is contained in:
Valerii Koval
2020-08-04 14:15:28 +03:00
committed by GitHub
parent 72b15f68c2
commit 08ef4bfb5e
+7
View File
@@ -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"
},