Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add env [tasmota3] -> Tasmota build with core 3.0.x stage #14132

Merged
merged 2 commits into from
Dec 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions platformio_tasmota_env.ini
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ build_flags = ${env.build_flags} -DUSE_ZIGBEE -DUSE_CCLOADER -DUSE_U
board = esp8266_4M2M
board_build.f_cpu = 160000000L

[env:tasmota3]
platform = espressif8266
platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git
mcspr/toolchain-xtensa @ ~5.100300.211127
platformio/tool-esptoolpy @ ~1.30100

[env:tasmota-AF]
build_flags = ${env.build_flags} -DMY_LANGUAGE=af_AF

Expand Down