Skip to content

Fix polling for cec device discovery

Aditya Mehra requested to merge work/fix_cec_discovery_polling into master

Instead of polling every second, run the device discovery loop every 20 seconds and also only keep running it till a device has been discovered, once a device is discovered there is no need to keep this loop alive

Merge request reports