Delete platformio_tasmota_cenv.ini

This commit is contained in:
Jason2866 2020-08-17 20:11:32 +02:00 committed by GitHub
parent 610a4f0b3c
commit 4039786120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,62 +0,0 @@
[env:tasmota-universal]
build_flags = ${common.build_flags} -DCUSTOM_CONFIG_UNIVERSAL=true -DCUSTOM_CONFIG_REMOVALS=true
[env:tasmota-stripped]
build_flags = ${common.build_flags} -DCUSTOM_CONFIG_STRIPPED=true -DCUSTOM_CONFIG_REMOVALS=true
[env:tasmota-zigbee]
build_flags = ${common.build_flags} -DCUSTOM_CONFIG_ZIGBEE=true -DCUSTOM_CONFIG_REMOVALS=true
[env:tasmota-battery]
build_flags = ${common.build_flags} -DCUSTOM_CONFIG_BATTERY=true -DCUSTOM_CONFIG_REMOVALS=true
[env:tasmota-scripting]
build_flags = ${common.build_flags} -DCUSTOM_CONFIG_SCRIPTING=true -DCUSTOM_CONFIG_REMOVALS=true
[env:tasmota-mega]
build_flags = ${common.build_flags} -DCUSTOM_CONFIG_MEGA=true -DCUSTOM_CONFIG_REMOVALS=true
[env:tasmota-fullrules]
build_flags = ${common.build_flags} -DCUSTOM_CONFIG_FULLRULES=true -DCUSTOM_CONFIG_REMOVALS=true
[env:tasmota-platinum]
build_flags = ${common.build_flags} ${irremoteesp_full.build_flags} -DCUSTOM_CONFIG_PLATINUM=true -DCUSTOM_CONFIG_REMOVALS=true
board_build.f_cpu = 160000000L
[env:tasmota-minicustom]
build_flags = ${common.build_flags} -DFIRMWARE_MINICUSTOM
[env:tasmota32-zigbee]
extends = env:tasmota32
build_flags = ${common32.build_flags} -DCUSTOM_CONFIG_ZIGBEE=true -DCUSTOM_CONFIG_REMOVALS=true
[env:tasmota32-battery]
extends = env:tasmota32
build_flags = ${common32.build_flags} -DCUSTOM_CONFIG_BATTERY=true -DCUSTOM_CONFIG_REMOVALS=true
[env:tasmota32-scripting]
extends = env:tasmota32
build_flags = ${common32.build_flags} -DCUSTOM_CONFIG_SCRIPTING=true -DCUSTOM_CONFIG_REMOVALS=true
[env:tasmota32-odroid]
extends = env:tasmota32
;board = odroid_esp32
board_build.f_cpu = 240000000L
build_flags = ${common32.build_flags} -DCUSTOM_CONFIG_ODROID=true -DCUSTOM_CONFIG_REMOVALS=true
[env:tasmota32-mega]
extends = env:tasmota32
build_flags = ${common32.build_flags} -DCUSTOM_CONFIG_MEGA=true -DCUSTOM_CONFIG_REMOVALS=true
[env:tasmota32-fullrules]
extends = env:tasmota32
build_flags = ${common32.build_flags} -DCUSTOM_CONFIG_FULLRULES=true -DCUSTOM_CONFIG_REMOVALS=true
[env:tasmota32-platinum]
extends = env:tasmota32
build_flags = ${common32.build_flags} ${irremoteesp_full.build_flags} -DCUSTOM_CONFIG_PLATINUM=true -DCUSTOM_CONFIG_REMOVALS=true
[env:tasmota32-minicustom]
extends = env:tasmota32
build_flags = ${common32.build_flags} -DFIRMWARE_MINICUSTOM