From 5cbc472177d4ca3419c46a5923b18afff779156b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 12 Jul 2022 10:27:38 +0200 Subject: [PATCH] temp test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 251517e..79e8eb5 100644 --- a/main.py +++ b/main.py @@ -86,5 +86,5 @@ def get_temperature(): return int(bmp280.temperature) # print(get_moisture()) -print(get_water_level()) +# print(get_water_level()) print(get_temperature()) \ No newline at end of file