From 11e69babe634f7639da587be9963aa50b0426c75 Mon Sep 17 00:00:00 2001 From: Soeren Moch Date: Wed, 1 May 2019 14:42:52 +0200 Subject: [PATCH 1/2] Fix german wifi connect message Use correct translation "als" when reporting a wifi connect as host. Signed-off-by: Soeren Moch --- sonoff/language/de-DE.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/language/de-DE.h b/sonoff/language/de-DE.h index fbd4ed75a..46c5fca31 100644 --- a/sonoff/language/de-DE.h +++ b/sonoff/language/de-DE.h @@ -54,7 +54,7 @@ #define D_ADMIN "Admin" #define D_AIR_QUALITY "Luftqualität" #define D_AP "AP" // Access Point -#define D_AS "wie" +#define D_AS "als" #define D_AUTO "AUTO" #define D_BLINK "Blinken" #define D_BLINKOFF "BlinkenAus" From 61aee6708f50c0e4793469c7e239b0c6171dfeee Mon Sep 17 00:00:00 2001 From: Justin Otherguy Date: Wed, 1 May 2019 20:42:33 +0200 Subject: [PATCH 2/2] add a missing "s" in the link to the "Prerequisites" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 586520fc6..a5febe297 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Download one of the released binaries from https://github.com/arendst/Sonoff-Tas If you want to compile Sonoff-Tasmota yourself keep in mind the following: - Only Flash Mode **DOUT** is supported. Do not use Flash Mode DIO / QIO / QOUT as it might seem to brick your device. See [Wiki](https://github.com/arendst/Sonoff-Tasmota/wiki/Theo's-Tasmota-Tips) for background information. -- Sonoff-Tasmota uses a 1M linker script WITHOUT spiffs **1M (no SPIFFS)** for optimal code space. If you compile using ESP/Arduino library 2.3.0 then download the provided new linker script to your Arduino IDE or Platformio base folder. Later version of ESP/Arduino library already contain the correct linker script. See [Wiki > Prerequisite](https://github.com/arendst/Sonoff-Tasmota/wiki/Prerequisite). +- Sonoff-Tasmota uses a 1M linker script WITHOUT spiffs **1M (no SPIFFS)** for optimal code space. If you compile using ESP/Arduino library 2.3.0 then download the provided new linker script to your Arduino IDE or Platformio base folder. Later version of ESP/Arduino library already contain the correct linker script. See [Wiki > Prerequisites](https://github.com/arendst/Sonoff-Tasmota/wiki/Prerequisites). - To make compile time changes to Sonoff-Tasmota it can use the ``user_config_override.h`` file. It assures keeping your settings when you download and compile a new version. To use ``user_config.override.h`` you will have to make a copy of the provided ``user_config_override_sample.h`` file and add your setting overrides. To enable the override file you will need to use a compile define as documented in the ``user_config_override_sample.h`` file. ### Version Information