a776b8ac31
* Override script updated accordingly * ldscriipt for 1m0 adjusted * backup files deleted * deletion of wled00,ino.cpp * remove travis build from PIO
17 lines
677 B
Plaintext
17 lines
677 B
Plaintext
# Example PlatformIO Project Configuration Override
|
|
# ------------------------------------------------------------------------------
|
|
# Copy to platformio_override.ini to activate overrides
|
|
# ------------------------------------------------------------------------------
|
|
# Please visit documentation: https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env:esp8266_1m_custom]
|
|
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
|
|
-D WLED_DISABLE_BLYNK
|
|
-D WLED_DISABLE_CRONIXIE
|
|
-D WLED_DISABLE_HUESYNC
|
|
-D WLED_DISABLE_INFRARED |