diff --git a/docs/source/Plugin/_plugin_sets_overview.repl b/docs/source/Plugin/_plugin_sets_overview.repl index d4b2c93e6..2b6ac90b1 100644 --- a/docs/source/Plugin/_plugin_sets_overview.repl +++ b/docs/source/Plugin/_plugin_sets_overview.repl @@ -451,7 +451,6 @@ Build set: :yellow:`COLLECTION D` ":ref:`P082_page`","P082" ":ref:`P089_page`","P089" ":ref:`P093_page`","P093" - ":ref:`P094_page`","P094" ":ref:`P095_page`","P095" ":ref:`P098_page`","P098" ":ref:`P114_page`","P114" diff --git a/src/src/CustomBuild/define_plugin_sets.h b/src/src/CustomBuild/define_plugin_sets.h index e8c84eb67..242570c77 100644 --- a/src/src/CustomBuild/define_plugin_sets.h +++ b/src/src/CustomBuild/define_plugin_sets.h @@ -1577,9 +1577,9 @@ To create/register a plugin, you have to : #ifdef PLUGIN_SET_COLLECTION_D #define USES_P093 // Mitsubishi Heat Pump - #ifdef ESP32 - #define USES_P094 // CUL Reader - #endif + // #ifdef ESP32 + // #define USES_P094 // CUL Reader + // #endif #ifndef USES_P098 #define USES_P098 // PWM motor #endif