Closed freb closed 8 years ago
When devices are closed they are not removed from openDevices which means they cannot be re-opened. This can be fixed by adding the following here at https://github.com/hink/go-blink1/blob/master/blink1.go#L59:
openDevices
delete(openDevices, b.Device.Device)
When devices are closed they are not removed from
openDevices
which means they cannot be re-opened. This can be fixed by adding the following here at https://github.com/hink/go-blink1/blob/master/blink1.go#L59: