From c0f44f1a238f4753bd6c865ca0932b88b521bb13 Mon Sep 17 00:00:00 2001 From: "navid.sassan" <navid.sassan@linuxfabrik.ch> Date: Fri, 2 Apr 2021 16:51:56 +0200 Subject: [PATCH] testing --- energy_control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/energy_control b/energy_control index a0b7414..cb79b1b 100644 --- a/energy_control +++ b/energy_control @@ -48,7 +48,7 @@ function recv() if updated == true then term.clear() - term.setCursorPos(0, 0) + term.setCursorPos(1, 1) term.setTextColor(colors.white) term.setBackgroundColor(colors.black) term.write('Press "R" to toggle the rainbows')