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