aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGeminiServer <[email protected]>2020-03-20 20:37:02 +0100
committerGeminiServer <[email protected]>2020-03-20 20:37:02 +0100
commitee0767efb8ef5e17a4128b24ede333bb1fae3de8 (patch)
tree63741c115a128eec044a0bf0b23cceaad269f12f /.gitignore
parent797d2c247aed082d3aba13a5840fac7412656c61 (diff)
downloadIronOS-ee0767efb8ef5e17a4128b24ede333bb1fae3de8.tar.gz
IronOS-ee0767efb8ef5e17a4128b24ede333bb1fae3de8.zip
Unit - Fahrenheit support in language translations
°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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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/*