Change how different sensor types ar handled

This commit is contained in:
2026-07-06 13:57:09 -06:00
parent 6eb2993391
commit 8fc5088c01
21 changed files with 320 additions and 124 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ func _ready() -> void:
func add_widget(widget_type: String, widget_position: Vector2, widget_scale: float):
pass
func _on_sensor_request_received(sensor_ip, sensor_data):
func _on_sensor_request_received(sensor_ip, sensor_class):
_on_open_settings_pressed()
func _on_sensor_approced(sensor_ip):