diff --git a/radar/TWCRadarCollector.py b/radar/TWCRadarCollector.py index 65060c7..43e80ce 100644 --- a/radar/TWCRadarCollector.py +++ b/radar/TWCRadarCollector.py @@ -93,6 +93,10 @@ async def collect(radarType: str): commands = [] for i in range(0, len(frames)): - commands.append( '' ) + if radarType == "radarmosaic": + commands.append( '' ) + + if radarType == "satrad": + commands.append( '' ) bit.sendFile([frames[i]], [commands[i]], 1, 0)