2020-02-26 11:17:56 +01:00
|
|
|
# Example PlatformIO Project Configuration Override
|
|
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# Copy to platformio_override.ini to activate overrides
|
|
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# Please visit documentation: https://docs.platformio.org/page/projectconf.html
|
2020-02-24 16:42:24 +01:00
|
|
|
|
|
|
|
[env:esp8266_1m_custom]
|
2020-02-26 11:17:56 +01:00
|
|
|
board = esp01_1m
|
|
|
|
platform = ${common.arduino_core_2_4_2}
|
|
|
|
board_build.ldscript = ${common.ldscript_1m0m}
|
|
|
|
build_flags = ${common.build_flags_esp8266}
|
|
|
|
-D WLED_DISABLE_OTA
|
|
|
|
-D WLED_DISABLE_ALEXA
|
2020-02-24 16:42:24 +01:00
|
|
|
-D WLED_DISABLE_BLYNK
|
2020-02-26 11:17:56 +01:00
|
|
|
-D WLED_DISABLE_CRONIXIE
|
|
|
|
-D WLED_DISABLE_HUESYNC
|
|
|
|
-D WLED_DISABLE_INFRARED
|