Skip to content

Commit

Permalink
Merge pull request letscontrolit#5099 from tonhuisman/feature/P094_re…
Browse files Browse the repository at this point in the history
…move_from_esp8266_collection_d

[Build] Remove P094 from ESP8266 Collection D for size reasons
  • Loading branch information
TD-er committed Aug 9, 2024
2 parents 29784e7 + 3c73cb8 commit 9b79dab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/source/Plugin/_plugin_sets_overview.repl
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,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"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/Plugin/_plugin_substitutions_p09x.repl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
.. |P094_name| replace:: :cyan:`CUL Reader`
.. |P094_type| replace:: :cyan:`Communication`
.. |P094_typename| replace:: :cyan:`Communication - CUL Reader`
.. |P094_status| replace:: :yellow:`COLLECTION D`
.. |P094_status| replace:: :yellow:`MAX`
.. |P094_github| replace:: P094_CULReader.ino
.. _P094_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_P094_CULReader.ino
.. |P094_usedby| replace:: `.`
Expand Down
4 changes: 3 additions & 1 deletion src/src/CustomBuild/define_plugin_sets.h
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,9 @@ To create/register a plugin, you have to :

#ifdef PLUGIN_SET_COLLECTION_D
#define USES_P093 // Mitsubishi Heat Pump
#define USES_P094 // CUL Reader
// #ifdef ESP32
// #define USES_P094 // CUL Reader
// #endif
#ifndef USES_P098
#define USES_P098 // PWM motor
#endif
Expand Down

0 comments on commit 9b79dab

Please sign in to comment.