billmania / roboquest_core

The backend functionality for the RoboQuest project
1 stars 0 forks source link

Fixed a bug in RQServos which prevented using channel number #62

Closed billmania closed 10 months ago

billmania commented 10 months ago

When setting the angle for a specific servo, the servo can be identified by either its name or its channel number. This choice is made in rq_ui when setting the label attribute on a slider widget.

https://github.com/billmania/roboquest_core/issues/61

Tested:

  1. reference by name
  2. reference by channel number
  3. attempted reference by an unrecognized name