From 28bf2c3adc0f57603edce4639ad6a04855bbc9bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 11 Oct 2018 22:21:08 +0200 Subject: Add slimmed down lcd firmware Set temperature was dropped. It now shows only temperature from device. --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..50ef1f9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# http://editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = tab +trim_trailing_whitespace = true + +[*.yml] +indent_style = space +indent_size = 2 -- cgit v1.2.3