From b6fe566edcf31be90ae54c19f4fc0febd9b7ae96 Mon Sep 17 00:00:00 2001 From: Maximilian Gerhardt Date: Sun, 14 Mar 2021 12:32:18 +0100 Subject: [PATCH] Correct confusion between platforms and frameworks The "platforms" section has as a first JSON example "frameworks" in it, not "platforms" --- librarymanager/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librarymanager/config.rst b/librarymanager/config.rst index 9b2e5f05ac..c918a97fef 100644 --- a/librarymanager/config.rst +++ b/librarymanager/config.rst @@ -283,7 +283,7 @@ Example: .. code-block:: javascript - "frameworks": ["atmelavr", "espressif8266"] + "platforms": ["atmelavr", "espressif8266"] If the library is compatible with the all platforms, then do not declare this field or use ``*`` symbol: