2019-11-29 13:57:30 +00:00
|
|
|
[env]
|
2021-06-22 17:38:54 +01:00
|
|
|
platform = ${common.platform}
|
|
|
|
platform_packages = ${common.platform_packages}
|
|
|
|
framework = ${common.framework}
|
|
|
|
board = ${common.board}
|
|
|
|
board_build.filesystem = ${common.board_build.filesystem}
|
|
|
|
build_unflags = ${common.build_unflags}
|
|
|
|
build_flags = ${common.build_flags}
|
|
|
|
monitor_speed = ${common.monitor_speed}
|
|
|
|
upload_port = ${common.upload_port}
|
|
|
|
upload_resetmethod = ${common.upload_resetmethod}
|
|
|
|
extra_scripts = ${common.extra_scripts}
|
|
|
|
lib_ldf_mode = ${common.lib_ldf_mode}
|
|
|
|
lib_compat_mode = ${common.lib_compat_mode}
|
|
|
|
lib_extra_dirs = ${common.lib_extra_dirs}
|
|
|
|
lib_ignore =
|
|
|
|
Servo(esp8266)
|
|
|
|
ESP8266AVRISP
|
|
|
|
ESP8266LLMNR
|
|
|
|
ESP8266NetBIOS
|
|
|
|
ESP8266SSDP
|
|
|
|
SP8266WiFiMesh
|
|
|
|
Ethernet(esp8266)
|
|
|
|
GDBStub
|
|
|
|
TFT_Touch_Shield_V2
|
|
|
|
ESP8266HTTPUpdateServer
|
|
|
|
ESP8266WiFiMesh
|
|
|
|
EspSoftwareSerial
|
|
|
|
SPISlave
|
|
|
|
Hash
|
2020-11-05 07:45:35 +00:00
|
|
|
; Disable next if you want to use ArduinoOTA in Tasmota (default disabled)
|
2021-06-22 17:38:54 +01:00
|
|
|
ArduinoOTA
|
|
|
|
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota]
|
|
|
|
|
|
|
|
[env:tasmota-minimal]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DFIRMWARE_MINIMAL
|
2020-11-05 07:45:35 +00:00
|
|
|
lib_extra_dirs =
|
2019-11-29 13:57:30 +00:00
|
|
|
|
2019-12-17 14:13:47 +00:00
|
|
|
[env:tasmota-lite]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DFIRMWARE_LITE
|
2020-11-05 07:45:35 +00:00
|
|
|
lib_extra_dirs =
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-knx]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DFIRMWARE_KNX_NO_EMULATION
|
2020-11-05 07:45:35 +00:00
|
|
|
lib_extra_dirs = lib/lib_basic, lib/lib_div
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-sensors]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DFIRMWARE_SENSORS
|
2020-11-05 07:45:35 +00:00
|
|
|
lib_extra_dirs = lib/lib_basic, lib/lib_i2c, lib/lib_rf, lib/lib_div
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-display]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DFIRMWARE_DISPLAYS
|
2020-11-05 07:45:35 +00:00
|
|
|
lib_extra_dirs = lib/lib_basic, lib/lib_display
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-ir]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DFIRMWARE_IR
|
2020-11-05 07:45:35 +00:00
|
|
|
lib_extra_dirs = lib/lib_basic
|
2019-11-29 13:57:30 +00:00
|
|
|
|
2020-07-22 19:51:44 +01:00
|
|
|
[env:tasmota-zbbridge]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DFIRMWARE_ZBBRIDGE
|
2021-06-18 11:51:13 +01:00
|
|
|
board = esp8266_zbbridge
|
2021-09-28 19:56:39 +01:00
|
|
|
lib_extra_dirs = lib/lib_basic, lib/lib_ssl, lib/lib_div
|
2020-12-27 20:27:40 +00:00
|
|
|
|
2021-06-14 09:06:53 +01:00
|
|
|
[env:tasmota-zigbee]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DUSE_ZIGBEE -DUSE_CCLOADER -DUSE_UFILESYS
|
2021-06-14 09:06:53 +01:00
|
|
|
board = esp8266_4M2M
|
2021-06-14 10:28:48 +01:00
|
|
|
board_build.f_cpu = 160000000L
|
2021-06-14 09:06:53 +01:00
|
|
|
|
2021-12-20 21:26:41 +00:00
|
|
|
[env:tasmota3]
|
2021-12-20 21:42:43 +00:00
|
|
|
platform = espressif8266
|
2021-12-20 21:26:41 +00:00
|
|
|
platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git
|
|
|
|
mcspr/toolchain-xtensa @ ~5.100300.211127
|
2021-12-20 21:42:43 +00:00
|
|
|
platformio/tool-esptoolpy @ ~1.30100
|
2021-12-20 21:26:41 +00:00
|
|
|
|
2020-12-27 20:27:40 +00:00
|
|
|
[env:tasmota-AF]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=af_AF
|
2020-07-22 19:51:44 +01:00
|
|
|
|
2019-11-29 13:57:30 +00:00
|
|
|
[env:tasmota-BG]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=bg_BG
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-BR]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=pt_BR
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-CN]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=zh_CN
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-CZ]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=cs_CZ
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-DE]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=de_DE
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-ES]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=es_ES
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-FR]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=fr_FR
|
2019-11-29 13:57:30 +00:00
|
|
|
|
2021-02-05 19:23:33 +00:00
|
|
|
[env:tasmota-FY]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=fy_NL
|
2021-02-05 19:23:10 +00:00
|
|
|
|
2019-11-29 13:57:30 +00:00
|
|
|
[env:tasmota-GR]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=el_GR
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-HE]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=he_HE
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-HU]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=hu_HU
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-IT]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=it_IT
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-KO]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=ko_KO
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-NL]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=nl_NL
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-PL]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=pl_PL
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-PT]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=pt_PT
|
2019-11-29 13:57:30 +00:00
|
|
|
|
2020-03-04 10:56:35 +00:00
|
|
|
[env:tasmota-RO]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=ro_RO
|
2020-03-04 10:56:35 +00:00
|
|
|
|
2019-11-29 13:57:30 +00:00
|
|
|
[env:tasmota-RU]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=ru_RU
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-SE]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=sv_SE
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-SK]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=sk_SK
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-TR]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=tr_TR
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-TW]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=zh_TW
|
2019-11-29 13:57:30 +00:00
|
|
|
|
|
|
|
[env:tasmota-UK]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=uk_UA
|
2020-10-12 10:29:36 +01:00
|
|
|
|
|
|
|
[env:tasmota-VN]
|
2021-06-22 15:39:00 +01:00
|
|
|
build_flags = ${env.build_flags} -DMY_LANGUAGE=vi_VN
|