iteration

This commit is contained in:
2023-10-07 23:49:51 -04:00
parent f6d3aef757
commit 268e92d12a

View File

@ -1,5 +1,8 @@
local args = { ... } local args = { ... }
modem_location = "right"
lns_server = "default"
rednet.open(modem_location) rednet.open(modem_location)
receiverID = rednet.lookup("lns", lns_server) receiverID = rednet.lookup("lns", lns_server)
current_time = os.time() current_time = os.time()