From 5e1a841c3f6639c7469afe434a625ded63dae874 Mon Sep 17 00:00:00 2001 From: "navid.sassan" Date: Fri, 2 Apr 2021 16:51:03 +0200 Subject: [PATCH] testing --- energy_control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/energy_control b/energy_control index 7fbeac4..4b757e4 100644 --- a/energy_control +++ b/energy_control @@ -51,8 +51,7 @@ function recv() term.setCursorPos(0, 0) term.setTextColor(colors.white) term.setBackgroundColor(colors.black) - term.write('Press "R" to toggle the rainbows') - print() + term.write('Press "R" to toggle the rainbows\n') term.write('Rainbows state: ') if redstone_toggle_state == true then term.setBackgroundColor(colors.green)