Skip to content

Commit

Permalink
Merge pull request letscontrolit#5134 from TD-er/build/makeHeatpumpIR…
Browse files Browse the repository at this point in the history
…_builds_fit

Build/make heatpump ir builds fit
  • Loading branch information
TD-er authored Oct 3, 2024
2 parents ea36cd1 + 0097f7f commit 4845f91
Show file tree
Hide file tree
Showing 110 changed files with 249 additions and 225 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ docs/source/Plugin/_plugin_sets_overview.repl


.platformio/
.pio/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,4 @@ src_filter = +<*> -<.git/> -<.svn/> -<example/> -<examples/> -<te

[env]
extends = common
lib_extra_dirs =
lib/lib_ssl

449 changes: 227 additions & 222 deletions platformio_core_defs.ini

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platformio_esp82xx_envs.ini
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ extra_scripts = ${esp8266_4M2M.extra_scripts}
extends = esp8266_4M2M
platform = ${ir.platform}
platform_packages = ${ir.platform_packages}
lib_ignore = ${ir.lib_ignore}
lib_ignore = ${ir.lib_ignore}
build_flags = ${normal_ir_extended_no_rx.build_flags}
${esp8266_4M2M.build_flags}
${limited_build_size.build_flags}
Expand Down
20 changes: 20 additions & 0 deletions src/src/CustomBuild/define_plugin_sets.h
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,17 @@ To create/register a plugin, you have to :
#define NOTIFIER_SET_STABLE
#define USES_P029 // Output - Domoticz MQTT Helper
#define PLUGIN_SET_ONLY_TEMP_HUM

#ifdef USES_P038
#undef USES_P038 // NeoPixel
#endif
#ifdef USES_P043
#undef USES_P043 // ClkOutput
#endif
#ifdef USES_P079
#undef USES_P079 // Wemos Motoshield
#endif

#endif

#ifdef PLUGIN_BUILD_IR_EXTENDED_NO_RX
Expand Down Expand Up @@ -2097,12 +2108,21 @@ To create/register a plugin, you have to :

// Disable few plugin(s) to make the build fit :/
#ifdef PLUGIN_BUILD_IR_EXTENDED_NO_RX
#ifdef USES_P038
#undef USES_P038 // NeoPixel
#endif
#ifdef USES_P039
#undef USES_P039 // Environment - Thermocouple
#endif
#ifdef USES_P040
#undef USES_P040 // RFID - ID12LA/RDM6300
#endif
#ifdef USES_P043
#undef USES_P043 // ClkOutput
#endif
#ifdef USES_P079
#undef USES_P079 // Wemos Motoshield
#endif
#endif // ifdef PLUGIN_BUILD_IR_EXTENDED_NO_RX

// EXPERIMENTAL (playground) #######################
Expand Down

0 comments on commit 4845f91

Please sign in to comment.