NeuronRobotics / NrConsole

This is the console application in Java for interacting with Bowler devices.
2 stars 0 forks source link

setLinkConfiguration() only sets a few of the available parameters. #19

Closed DrVulpinus closed 9 years ago

DrVulpinus commented 9 years ago

setLinkConfiguration() writes only a few of the parameters available in a LinkConfiguration to the device.

madhephaestus commented 9 years ago

Could you link the line of code you are refering to?

DrVulpinus commented 9 years ago

Issue was corrected by adding additional code to ensure all parameters are set.