From ee0767efb8ef5e17a4128b24ede333bb1fae3de8 Mon Sep 17 00:00:00 2001 From: GeminiServer Date: Fri, 20 Mar 2020 20:37:02 +0100 Subject: Unit - Fahrenheit support in language translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit °F Fahrenheit - You will find the default Fahrenheit configuration in the translation_xx.json If tempUnitFahrenheit is set to: true - you can switch in menu settings to Fahrenheit or Celsius. false - you see only Celsius. All settings are then is in Celsius only. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9390185d..22d2ec0b 100644 --- a/.gitignore +++ b/.gitignore @@ -66,6 +66,9 @@ ci/secrets/unencrypted/ codeship.aes .vscode/settings.json +# Auto generated files +workspace/TS100/Core/Src/Translation.cpp +workspace/TS100/Core/Inc/unit.h # IDE configs .vs/* .settings/* -- cgit v1.2.3