Skip to content

Replace recursive calls in get_devices in control_system.cpp

Damien Lacoste requested to merge speedup_device_list into main

use get_device_defined method from db to directly retrieve the list of devices, it's faster.

Merge request reports