From 10fa054844f7972e6669e40f9b3d1074639fcd2b Mon Sep 17 00:00:00 2001 From: "navid.sassan" Date: Fri, 2 Apr 2021 16:52:45 +0200 Subject: [PATCH] testing --- energy_control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/energy_control b/energy_control index cb79b1b..82610db 100644 --- a/energy_control +++ b/energy_control @@ -51,9 +51,9 @@ function recv() term.setCursorPos(1, 1) term.setTextColor(colors.white) term.setBackgroundColor(colors.black) - term.write('Press "R" to toggle the rainbows') - xPos, yPos = term.getCursorPos() - term.setCursorPos(1,(yPos + 1)) + write('Press "R" to toggle the rainbows\n') + -- xPos, yPos = term.getCursorPos() + -- term.setCursorPos(1,(yPos + 1)) term.write('Rainbows state: ') if redstone_toggle_state == true then term.setBackgroundColor(colors.green)