mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
Added speaker and power modules
This commit is contained in:
@@ -118,6 +118,7 @@ public class TopologyBuilder : MonoBehaviour
|
||||
case "Display": return ModuleType.DISPLAY;
|
||||
case "Distance": return ModuleType.DISTANCE_SENSOR;
|
||||
case "IMU": return ModuleType.IMU;
|
||||
case "Speaker": return ModuleType.SPEAKER;
|
||||
default: return ModuleType.SPLITTER;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user