Change how different sensor types ar handled
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user