From 2d1121931b3d74cd740d9cb9b538268c06bb321c Mon Sep 17 00:00:00 2001 From: HardwareBoffin <110466589+HardwareBoffin@users.noreply.github.com> Date: Wed, 3 Aug 2022 22:26:42 +0200 Subject: [PATCH] VSCode didn't push the git changes.... --- README.md | 5 ++--- platformio_tasmota_env.ini | 3 +++ platformio_tasmota_env32.ini | 4 ++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7160b7a40..20166b412 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -This is a FORK providing ( in a few days I hope ) the translation file for the Catalan language. - +![Tasmota logo](/tools/logo/TASMOTA_FullLogo_Vector.svg) Alternative firmware for [ESP8266](https://en.wikipedia.org/wiki/ESP8266) and [ESP32](https://en.wikipedia.org/wiki/ESP32) based devices with **easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX**. _Written for PlatformIO._ @@ -169,4 +168,4 @@ People helping to keep the show on the road: ## License -This program is licensed under GPL-3.0 +This program is licensed under GPL-3.0 \ No newline at end of file diff --git a/platformio_tasmota_env.ini b/platformio_tasmota_env.ini index e84fe8d25..46f6412a8 100644 --- a/platformio_tasmota_env.ini +++ b/platformio_tasmota_env.ini @@ -83,6 +83,9 @@ build_flags = ${env.build_flags} -DMY_LANGUAGE=pt_BR [env:tasmota-CN] build_flags = ${env.build_flags} -DMY_LANGUAGE=zh_CN +[env:tasmota-CA] +build_flags = ${env.build_flags} -DMY_LANGUAGE=ca_AD + [env:tasmota-CZ] build_flags = ${env.build_flags} -DMY_LANGUAGE=cs_CZ diff --git a/platformio_tasmota_env32.ini b/platformio_tasmota_env32.ini index 51e42d0d6..f5f30922f 100644 --- a/platformio_tasmota_env32.ini +++ b/platformio_tasmota_env32.ini @@ -254,6 +254,10 @@ build_flags = ${env:tasmota32_base.build_flags} -DMY_LANGUAGE=pt_BR extends = env:tasmota32_base build_flags = ${env:tasmota32_base.build_flags} -DMY_LANGUAGE=zh_CN -DFIRMWARE_TASMOTA32 +[env:tasmota32-CA] +extends = env:tasmota32_base +build_flags = ${env:tasmota32_base.build_flags} -DMY_LANGUAGE=ca_AD -DFIRMWARE_TASMOTA32 + [env:tasmota32-CZ] extends = env:tasmota32_base build_flags = ${env:tasmota32_base.build_flags} -DMY_LANGUAGE=cs_CZ -DFIRMWARE_TASMOTA32