From a44ea02fe55ef48a91bc71c8dd70a271d50bb103 Mon Sep 17 00:00:00 2001 From: Ton Huisman Date: Fri, 22 Jul 2022 23:14:08 +0200 Subject: [PATCH] [Build] Some documentation improvements --- docs/source/Plugin/_Plugin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Plugin/_Plugin.rst b/docs/source/Plugin/_Plugin.rst index eb2b2ea65..3c901d6e4 100644 --- a/docs/source/Plugin/_Plugin.rst +++ b/docs/source/Plugin/_Plugin.rst @@ -214,7 +214,7 @@ There are different released versions of ESP Easy: :green:`NORMAL` is the regular set of plugins, you can consider these plugins stable with all secondary features enabled, like I2C multiplexer, RTTL, DEBUG logging, etc. -:yellow:`COLLECTION` (split into A/B/C/D/E sets) with plugins that don't fit into the NORMAL builds. Because of space limitations, this collection is split into 5 sets. When only COLLECTION is mentioned, the plugin is available in **all** COLLECTION builds. Also, some features are disabled to save space in the .bin files, like the I2C multiplexer feature, RTTTL, tooltips, and some DEBUG logging. +:yellow:`COLLECTION` (split into sets A..) with plugins that don't fit into the NORMAL builds. Because of space limitations, this collection is split into a number of sets. When only :yellow:`COLLECTION` is mentioned, the plugin is available in **all** :yellow:`COLLECTION` builds. Also, some features are disabled to save space in the .bin files, like the I2C multiplexer feature, RTTTL, tooltips, and some DEBUG logging. :red:`DEVELOPMENT` is used for plugins that are still being developed and are not considered stable at all. Currently there are no DEVELOPMENT builds available.