comment out radio reset for now
This commit is contained in:
@@ -211,7 +211,7 @@ class StreamerWorker: # TODO: is wraping in this Worker stricly nececcarry ?
|
||||
|
||||
# Create and init multicaster1
|
||||
self._multicaster1 = multicast_control.Multicaster(conf, conf.bigs)
|
||||
await reset_nrf54l(1)
|
||||
#await reset_nrf54l(1)
|
||||
await self._multicaster1.init_broadcast()
|
||||
auto_started = False
|
||||
if any(big.audio_source.startswith("device:") or big.audio_source.startswith("file:") for big in conf.bigs):
|
||||
@@ -285,7 +285,7 @@ class StreamerWorker: # TODO: is wraping in this Worker stricly nececcarry ?
|
||||
|
||||
|
||||
self._multicaster2 = multicast_control.Multicaster(conf, conf.bigs)
|
||||
await reset_nrf54l(0)
|
||||
#await reset_nrf54l(0)
|
||||
await self._multicaster2.init_broadcast()
|
||||
if any(big.audio_source.startswith("device:") or big.audio_source.startswith("file:") for big in conf.bigs):
|
||||
await self._multicaster2.start_streaming()
|
||||
|
||||
Reference in New Issue
Block a user