remove redundant entrys in PlatformIO ENV

This commit is contained in:
Jason2866 2020-10-26 08:13:13 +01:00 committed by GitHub
parent cc51fc832b
commit 787a5a0451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -32,7 +32,6 @@ lib_ignore =
Hash
[env:tasmota]
lib_extra_dirs = ${common.lib_extra_dirs}
[env:tasmota-minimal]
build_flags = ${common.build_flags} -DFIRMWARE_MINIMAL
@ -60,7 +59,6 @@ lib_extra_dirs = lib_basic
[env:tasmota-ircustom]
build_flags = ${common.build_flags} ${irremoteesp_full.build_flags} -DFIRMWARE_IR_CUSTOM
lib_extra_dirs = ${common.lib_extra_dirs}
[env:tasmota-zbbridge]
build_flags = ${common.build_flags} -DFIRMWARE_ZBBRIDGE
@ -69,7 +67,6 @@ lib_extra_dirs = lib_basic, lib_ssl
[env:tasmota-BG]
build_flags = ${common.build_flags} -DMY_LANGUAGE=bg_BG
lib_extra_dirs = ${common.lib_extra_dirs}
[env:tasmota-BR]
build_flags = ${common.build_flags} -DMY_LANGUAGE=pt_BR