diff options
author | GeminiServer <[email protected]> | 2020-03-20 20:37:02 +0100 |
---|---|---|
committer | GeminiServer <[email protected]> | 2020-03-20 20:37:02 +0100 |
commit | ee0767efb8ef5e17a4128b24ede333bb1fae3de8 (patch) | |
tree | 63741c115a128eec044a0bf0b23cceaad269f12f /.gitignore | |
parent | 797d2c247aed082d3aba13a5840fac7412656c61 (diff) | |
download | IronOS-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-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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/*
|