index bugfix

This commit is contained in:
Baipyrus 2023-10-29 13:03:21 +01:00
parent 620f60d69c
commit 4cbce29169

View File

@ -52,7 +52,7 @@ function wait_for_components()
system.timeout = false
system.components = {}
system.channels = {}
system.index = 0
system.index = 1
-- open initializer channel
system.modem.open(1)